From 59d78a1dd455f4120a4988a0c8db7097b65781ff Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Mon, 23 May 2022 13:32:07 +0000 Subject: [PATCH] Build/Test Tools: Temporarily skip MariaDB version test. TEMPORARY COMMIT. MariaDB version 10.2 is no longer supported as of 23 May 2022. This commit temporarily skips the version test. Why? To avoid test failures during this period, i.e. until the version is bummped and `readme.html` file changed. See #55791, [https://meta.trac.wordpress.org/ticket/5999 Meta5999]. Built from https://develop.svn.wordpress.org/trunk@53431 git-svn-id: http://core.svn.wordpress.org/trunk@53020 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 7d87ef3b60..e5c19bb618 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53430'; +$wp_version = '6.1-alpha-53431'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.