Skip to content

Commit a3da0e3

Browse files
committed
CI: Test with MySQL 5.7
1 parent f33346e commit a3da0e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ jobs:
5656
strategy:
5757
matrix:
5858
mysql_version:
59-
- 8.0.40
60-
- 8.4.3
59+
- '5.7'
60+
- '8.0'
61+
- '8.4'
6162
name: Tests with MySQL ${{ matrix.mysql_version }}
6263
runs-on: ubuntu-latest
6364
services:

0 commit comments

Comments
 (0)