Make WordPress Core

Changeset 59049


Ignore:
Timestamp:
09/18/2024 05:42:16 AM (3 weeks ago)
Author:
desrosj
Message:

Build/Test Tools: Submit host test results for each PHP version.

The WordPress Hosting Test Results now supports multiple reports for the same commit from the same test bot. This updates the PHPUnit test workflow to submit results for each version of PHP running the tests.

Props swissspidy, jorbin, crixu, kirasong, desrosj.
See #61564.

File:
1 edited

Legend:

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

    r58645 r59049  
    8686          # Report test results to the Host Test Results.
    8787          - os: ubuntu-latest
    88             php: '7.4'
    8988            db-type: 'mysql'
    90             db-version: '5.7'
     89            db-version: '8.0'
    9190            tests-domain: 'example.org'
    9291            multisite: false
Note: See TracChangeset for help on using the changeset viewer.