From 308a42fe401448d61f57c10ecb90baf0c90066ab Mon Sep 17 00:00:00 2001 From: costdev Date: Wed, 21 Feb 2024 19:01:11 +0000 Subject: [PATCH] Tests: Query mariadb.org instead of mariadb.com in README test. The `test_readme_mariadb_version()` test method has been experiencing HTTP failures that result in test and CI failures. This switches to mariadb.org which may result in more stable test runs. Some additional safety assertions are also included. Props hellofromTonya, SergeyBiryukov, costdev. See #59647. Built from https://develop.svn.wordpress.org/trunk@57684 git-svn-id: http://core.svn.wordpress.org/trunk@57185 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 d2e65f3c01..624b2d0849 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-beta2-57683'; +$wp_version = '6.5-beta2-57684'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.