|
1 | | -name: Local Docker Environment |
| 1 | +name: Local Development Environment |
2 | 2 |
|
3 | 3 | on: |
4 | 4 | push: |
|
22 | 22 | # These files define the versions to test. |
23 | 23 | - '.version-support-*.json' |
24 | 24 | # Changes to this and related workflow files should always be verified. |
25 | | - - '.github/workflows/local-docker-environment.yml' |
| 25 | + - '.github/workflows/local-development-environment.yml' |
26 | 26 | - '.github/workflows/reusable-support-json-reader-v1.yml' |
27 | | - - '.github/workflows/reusable-test-docker-environment-v1.yml' |
| 27 | + - '.github/workflows/reusable-test-local-development-environment-v1.yml' |
28 | 28 | pull_request: |
29 | 29 | branches: |
30 | 30 | - trunk |
|
46 | 46 | # These files define the versions to test. |
47 | 47 | - '.version-support-*.json' |
48 | 48 | # Changes to this and related workflow files should always be verified. |
49 | | - - '.github/workflows/local-docker-environment.yml' |
| 49 | + - '.github/workflows/local-development-environment.yml' |
50 | 50 | - '.github/workflows/reusable-support-json-reader-v1.yml' |
51 | | - - '.github/workflows/reusable-test-docker-environment-v1.yml' |
| 51 | + - '.github/workflows/reusable-test-local-development-environment-v1.yml' |
52 | 52 | workflow_dispatch: |
53 | 53 |
|
54 | 54 | # Cancels all previous workflow runs for pull requests that have not completed. |
|
80 | 80 | # Tests the local Docker environment. |
81 | 81 | environment-tests-mysql: |
82 | 82 | name: PHP ${{ matrix.php }} |
83 | | - uses: ./.github/workflows/reusable-test-local-docker-environment-v1.yml |
| 83 | + uses: ./.github/workflows/reusable-test-local-development-environment-v1.yml |
84 | 84 | permissions: |
85 | 85 | contents: read |
86 | 86 | needs: [ build-test-matrix ] |
|
0 commit comments