From 82d142a2ea49e967edc3ccee8a6385d020b3fc61 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 1 Aug 2025 11:05:30 +0000 Subject: [PATCH] Build/Test Tools: Update the Inovation Releases tested. This updates the PHPUnit test strategy matrix to test current Innovation Releases. - MySQL 9.4 is now the current Innovation Release. - With the release of the 11.8 LTS version, MariaDB has no current Innovation Releases. See #63167. Built from https://develop.svn.wordpress.org/trunk@60532 git-svn-id: http://core.svn.wordpress.org/trunk@59868 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 8fe0621f74..a3c3654e85 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60530'; +$wp_version = '6.9-alpha-60532'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.