We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d228e commit 78aff10Copy full SHA for 78aff10
.github/workflows/unit-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
es_version: [7.17.25, 8.16.1]
14
multisite: [0]
15
wp_version: ["latest", "nightly"]
16
- mysql_version: [5.7, 8.2.26] # Added MySQL versions to the matrix
+ mysql_version: [8.0, 8.4, 9.1]
17
env:
18
CACHEDIR: /tmp/test-cache
19
WP_CORE_DIR: /tmp/wordpress/
0 commit comments