From b863c8320c2706e7734a21d887023cae16713265 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 18 Sep 2024 05:44:12 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 8649cef4db..380b09dc25 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.