Make WordPress Core

Changeset 60774


Ignore:
Timestamp:
09/17/2025 03:29:39 AM (4 months ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-phpunit-tests-v3.yml

    r60735 r60774  
    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__
Note: See TracChangeset for help on using the changeset viewer.