From 1ebfe6cd88dd5c3d63e6572ac086a4ae19d48718 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 23 Oct 2024 00:15:16 +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. Props ayeshrajans, johnbillion, aristath, jorbin. See #61218. Built from https://develop.svn.wordpress.org/trunk@59280 git-svn-id: http://core.svn.wordpress.org/trunk@58672 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 f63bdb709c..f3ec9153e7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59279'; +$wp_version = '6.8-alpha-59280'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.