Skip to content

Commit 0430fb2

Browse files
committed
Temporarily pin specific digests for PHP 8.3 & 8.4
1 parent 1ab39ce commit 0430fb2

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ 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+
139145
- name: Set up Node.js
140146
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
141147
with:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
services:
2+
3+
php:
4+
image: wordpressdevelop/php@sha256:c0ba85936a9d1ac2c98bf3da2d62ceb0e5787a6b11e383630df0c5a5bf2534b5
5+
6+
cli:
7+
image: wordpressdevelop/cli@sha256:85ad7d7a9c3bd9a8775fc83aea7f7dfc0aad25b2bc4f7d740696b28cd2a0ef89
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
services:
2+
3+
php:
4+
image: wordpressdevelop/php@sha256:56d6cbf10d25bfcb80852c09c2fc2e967922881b233b6161ad2999df509eb59a
5+
6+
cli:
7+
image: wordpressdevelop/cli@sha256:379f27b0c623c5cee5a7fbef1d617ce47fd3ba19158bac2e51861876fd68fdbf

0 commit comments

Comments
 (0)