Skip to content

Commit 0366bd5

Browse files
committed
Use MySQL 5.6 for WP 4.9 tests
Follow-up to 9915e45 / #121. MySQL 8 support wasn't added until later.
1 parent 9915e45 commit 0366bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
{
4747
"php": "7.2",
4848
"wp": "4.9",
49-
"mysql": "8.0"
49+
"mysql": "5.6"
5050
},
5151
{
5252
"php": "7.2",

0 commit comments

Comments
 (0)