Skip to content

Commit 8e2afc3

Browse files
committed
CI: Try fixing PHP 8.4 workflow by using 7 week old Docker image
1 parent 1ab39ce commit 8e2afc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ on:
8181
required: false
8282

8383
env:
84-
LOCAL_PHP: ${{ inputs.php }}-fpm
84+
LOCAL_PHP: ${{ '8.4-fpm' == inputs.php && 'sha256:706cf32b9d761ef3f122aafea07c0e16b41f8fd2bf2574422615ac283c1e913d' || format( '{0}-fpm', inputs.php ) }}
8585
LOCAL_PHP_XDEBUG: ${{ inputs.coverage-report || false }}
8686
LOCAL_PHP_XDEBUG_MODE: ${{ inputs.coverage-report && 'coverage' || 'develop,debug' }}
8787
LOCAL_DB_TYPE: ${{ inputs.db-type }}

0 commit comments

Comments
 (0)