Skip to content

Commit

Permalink
mysql test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinnea committed Dec 13, 2024
1 parent f9aa00b commit 5a517a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
es_version: [7.17.25, 8.16.1]
multisite: [0]
wp_version: ["latest", "nightly"]
mysql_version: [5.7, 8.2.26] # Added MySQL versions to the matrix
env:
CACHEDIR: /tmp/test-cache
WP_CORE_DIR: /tmp/wordpress/
Expand All @@ -21,7 +22,7 @@ jobs:
WP_MULTISITE: ${{ matrix.multisite }}
services:
mysql:
image: mysql:5.7
image: mysql:${{ matrix.mysql_version }}
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
ports:
Expand Down

0 comments on commit 5a517a4

Please sign in to comment.