diff --git a/src/readme.html b/src/readme.html
index d9840bd2de..20272c19bf 100644
--- a/src/readme.html
+++ b/src/readme.html
@@ -58,7 +58,7 @@
Recommendations
- PHP version 7.4 or greater.
- - MySQL version 5.7 or greater OR MariaDB version 10.2 or greater.
+ - MySQL version 5.7 or greater OR MariaDB version 10.3 or greater.
- The mod_rewrite Apache module.
- HTTPS support.
- A link to wordpress.org on your site.
diff --git a/tests/phpunit/tests/external-http/basic.php b/tests/phpunit/tests/external-http/basic.php
index bb7415b2af..437e93b469 100644
--- a/tests/phpunit/tests/external-http/basic.php
+++ b/tests/phpunit/tests/external-http/basic.php
@@ -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();