From 4e8ce277f7e8e2bb5604ad181aae837d78becd53 Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 28 Oct 2024 18:10:18 +0000 Subject: [PATCH] Build/Test Tools: Test against MySQL 8.4 in automated testing. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Additionally, MySQL 8.1, 8.2 and 8.3 have been removed. These were “innovation releases” and are no longer supported in favor of 8.4, which has LTS. Reviewed by peterwilsoncc. Merges [59280] to the 6.7 branch. Props ayeshrajans, johnbillion, aristath, jorbin. See #61218. Built from https://develop.svn.wordpress.org/branches/6.7@59310 git-svn-id: http://core.svn.wordpress.org/branches/6.7@58696 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 06478e6e69..384ba62759 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-RC1-59309'; +$wp_version = '6.7-RC1-59310'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.