Skip to content

Commit 93bc7d6

Browse files
committed
Don't need these any more.
1 parent 2d5ee5d commit 93bc7d6

File tree

6 files changed

+0
-56
lines changed

6 files changed

+0
-56
lines changed

.github/workflows/reusable-end-to-end-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ jobs:
8181
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
8282
persist-credentials: false
8383

84-
- name: Create a Docker override file
85-
if: ${{ contains( fromJSON('["8.3", "8.4"]'), inputs.php-version ) }}
86-
env:
87-
PHP_VERSION: ${{ inputs.php-version }}
88-
run: cp "tools/local-env/php-$PHP_VERSION-docker-compose.override.yml" docker-compose.override.yml
89-
9084
- name: Set up Node.js
9185
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
9286
with:

.github/workflows/reusable-performance-test-v2.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@ jobs:
121121
fetch-depth: ${{ github.event_name == 'workflow_dispatch' && '2' || '1' }}
122122
persist-credentials: false
123123

124-
- name: Create a Docker override file
125-
if: ${{ contains( fromJSON('["8.3", "8.4"]'), inputs.php-version ) }}
126-
env:
127-
PHP_VERSION: ${{ inputs.php-version }}
128-
run: cp "tools/local-env/php-$PHP_VERSION-docker-compose.override.yml" docker-compose.override.yml
129-
130124
- name: Set up Node.js
131125
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
132126
with:

.github/workflows/reusable-phpunit-tests-v3.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ jobs:
136136
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
137137
persist-credentials: false
138138

139-
- name: Create a Docker override file
140-
if: ${{ contains( fromJSON('["8.3", "8.4"]'), inputs.php ) }}
141-
env:
142-
PHP_VERSION: ${{ inputs.php }}
143-
run: cp "tools/local-env/php-${{ env.PHP_VERSION }}-docker-compose.override.yml" docker-compose.override.yml
144-
145139
- name: Set up Node.js
146140
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
147141
with:

.github/workflows/reusable-test-local-docker-environment-v1.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ jobs:
9191
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
9292
persist-credentials: false
9393

94-
- name: Create a Docker override file
95-
if: ${{ contains( fromJSON('["8.3", "8.4"]'), inputs.php ) }}
96-
env:
97-
PHP_VERSION: ${{ inputs.php }}
98-
run: cp "tools/local-env/php-$PHP_VERSION-docker-compose.override.yml" docker-compose.override.yml
99-
10094
- name: Set up Node.js
10195
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
10296
with:

tools/local-env/php-8.3-docker-compose.override.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

tools/local-env/php-8.4-docker-compose.override.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)