Skip to content

Commit 58684b4

Browse files
authored
Merge branch 'WordPress:trunk' into trunk
2 parents 3b5a2a0 + baa3d15 commit 58684b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/readme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>System Requirements</h2>
5959
<h3>Recommendations</h3>
6060
<ul>
6161
<li><a href="https://www.php.net/">PHP</a> version <strong>8.3</strong> or greater.</li>
62-
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>8.0</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.6</strong> or greater.</li>
62+
<li><a href="https://www.mysql.com/">MySQL</a> version <strong>8.0</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.11</strong> or greater.</li>
6363
<li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
6464
<li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li>
6565
<li>A link to <a href="https://wordpress.org/">wordpress.org</a> on your site.</li>

src/wp-admin/includes/class-wp-site-health.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class WP_Site_Health {
1818
private $mysql_server_version = '';
1919
private $mysql_required_version = '5.5';
2020
private $mysql_recommended_version = '8.0';
21-
private $mariadb_recommended_version = '10.6';
21+
private $mariadb_recommended_version = '10.11';
2222

2323
public $php_memory_limit;
2424

0 commit comments

Comments
 (0)