Skip to content

Commit a6166f1

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@59049 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 52d46a9 commit a6166f1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ jobs:
8585
memcached: false
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
9392
memcached: false

0 commit comments

Comments
 (0)