Skip to content

Commit c3d172d

Browse files
committed
Build/Test Tools: Run xDebug tests on PHP 8.4.
xDebug was added to the 8.4 image at the end of 2024, so these tests can now be run. See #63167. git-svn-id: https://develop.svn.wordpress.org/trunk@60774 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6b20f99 commit c3d172d

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
@@ -228,7 +228,7 @@ jobs:
228228

229229
# __fakegroup__ is excluded to force PHPUnit to ignore the <exclude> settings in phpunit.xml.dist.
230230
- name: Run (Xdebug) tests
231-
if: ${{ inputs.php != '8.4' && ! inputs.phpunit-test-groups && ! inputs.coverage-report }}
231+
if: ${{ ! inputs.phpunit-test-groups && ! inputs.coverage-report }}
232232
continue-on-error: ${{ inputs.allow-errors }}
233233
run: LOCAL_PHP_XDEBUG=true node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit -v --group xdebug --exclude-group __fakegroup__
234234

0 commit comments

Comments
 (0)