mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
General: Bump the recommended MariaDB version in readme.html.
MariaDB 10.2 has reached EOL in May 2022. The recommended minimum is bumped to 10.3 for now. Follow-up to [52319], [52358], [52420], [52424], [53431], [53433], [meta11866]. Props hellofromTonya. Fixes #55791. See #meta6322. git-svn-id: https://develop.svn.wordpress.org/trunk@53435 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -64,13 +64,6 @@ class Tests_External_HTTP_Basic extends WP_UnitTestCase {
|
||||
* @covers ::wp_remote_retrieve_body
|
||||
*/
|
||||
public function test_readme_mariadb_version() {
|
||||
/*
|
||||
* Temporary skip as MariaDB 10.2 is EOL as of 23 May 2022.
|
||||
* See Trac #55791 and meta #6322.
|
||||
* Once the version is bumped, revert this change.
|
||||
*/
|
||||
$this->markTestSkipped( 'Temporarily skip due to MariaDB 10.2 now EOL as of 23 May 2022. Remove this skip once version is bumped.' );
|
||||
|
||||
// This test is designed to only run on trunk.
|
||||
$this->skipOnAutomatedBranches();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user