From 65d5985a7c3087481c337a48e04710bf81dc4952 Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 4 Dec 2023 18:52:22 +0000 Subject: [PATCH] Build/Test Tools: Update the MariaDB test strategy matrix. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This updates the test strategy matrix in the PHPUnit test GitHub Actions workflow to include the most recent MariaDB release, 11.2. While 11.0 and 11.1 are still maintained, all three are short-term stable releases, which see support dropped after 1 year. Until a larger discussion around how the project supports database software releases with shorter support windows takes place (short-term in MariaDB or “innovation” releases in MySQL), testing only against the latest short-term release should be sufficient. Props johnbillion, l1nuxjedi. See #59806. Built from https://develop.svn.wordpress.org/trunk@57152 git-svn-id: http://core.svn.wordpress.org/trunk@56663 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 af44fe1336..f33f5ff7ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57151'; +$wp_version = '6.5-alpha-57152'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.