[master]: Update aws/aws-sdk-php requirement from ^3.393.4 to ^3.394.3 #63
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| # Caller for the reusable Module CI workflow. | |
| # After the reusable workflow lands on master, bump `@master` to a pinned SHA via | |
| # scripts/update-module-gha-ref.sh. | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - main | |
| - 'v*-branch' | |
| pull_request: | |
| branches: | |
| - master | |
| - main | |
| - 'v*-branch' | |
| jobs: | |
| ci: | |
| uses: humanmade/altis-dev-tools/.github/workflows/module-ci.yml@module-ci-v1 | |
| with: | |
| altis-package: altis/core | |
| secrets: | |
| DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} | |
| DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} |