You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Site Health: Bump the recommended MariaDB version.
MariaDB 10.4 reaches EOL (“End of Life”) on 18 June 2024. The recommended minimum is bumped to 10.5 for now, whose EOL is 24 June 2025.
Also removes the skip in tests to allow the tests to run on all branches with this change.
References:
* [https://mariadb.org/about/#maintenance-policy MySQL Support Policies]
* [https://make.wordpress.org/hosting/handbook/server-environment/#database Hosting team handbook: Server Environment: Database]
Follow-up to [55665], [52420], [53435], [54069], [54076].
Props peterwilsoncc, dd32, costdev, mukesh27, hellofromTonya.
Fixes #61458.
See #meta7679.
git-svn-id: https://develop.svn.wordpress.org/trunk@58432 602fd350-edb4-49c9-b593-d223f7449a82
Copy file name to clipboardexpand all lines: src/readme.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ <h2>System Requirements</h2>
58
58
<h3>Recommendations</h3>
59
59
<ul>
60
60
<li><ahref="https://www.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li>
61
-
<li><ahref="https://www.mysql.com/">MySQL</a> version <strong>8.0</strong> or greater OR <ahref="https://mariadb.org/">MariaDB</a> version <strong>10.4</strong> or greater.</li>
61
+
<li><ahref="https://www.mysql.com/">MySQL</a> version <strong>8.0</strong> or greater OR <ahref="https://mariadb.org/">MariaDB</a> version <strong>10.5</strong> or greater.</li>
0 commit comments