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.
Built from https://develop.svn.wordpress.org/trunk@59049


git-svn-id: http://core.svn.wordpress.org/trunk@58445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-09-18 05:44:12 +00:00
parent 840f0fc053
commit b863c8320c

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-alpha-59048';
$wp_version = '6.7-alpha-59049';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.