Skip to content

Commit 9a71bdf

Browse files
committed
Clarify the minimum supported version of MariaDB
WordPress does not currently differentiate between MariaDB and MySQL when it comes to checking the required version is present.
1 parent e60c72b commit 9a71bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To use the Runner, the following is required (testing WordPress 6.5):
7676
- Server / hosting (infrastructure) with the usual configuration you use
7777
- A database where you can test (tables will be created and destroyed several times)
7878
- PHP 7.2+
79-
- MySQL 5.5.5+ / MariaDB 10.0+
79+
- MySQL 5.5.5+ / MariaDB 5.5.5+
8080
- NodeJS 20.x / npm 10.x / grunt
8181
- PHP Composer
8282
- Git, RSync, WGet, UnZip

0 commit comments

Comments
 (0)