Skip to content

Commit 55cfbb9

Browse files
committed
add mysql tests vers
1 parent f994653 commit 55cfbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
mysql-version:
13-
[5.5, 5.6.45, 5.6, 5.7.28, 5.7, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0]
13+
[5.5, 5.6.45, 5.6, 5.7.28, 5.7, "8.0", 8.1, 8.2, 8.3, 8.4, "9.0", 9.1, 9.2]
1414
name: Integration test with MySQL ${{ matrix.mysql-version }}
1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)