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
This commit is contained in:
parent
f599968388
commit
308a42fe40
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue