Skip to content

Commit 4a6d278

Browse files
committed
do not drop MySQL 5.7 test for now
1 parent 9a3fe44 commit 4a6d278

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
py: "3.9"
4848
mysql_auth: true
4949

50+
- db: "mysql:5.7"
51+
py: "3.9"
52+
5053
services:
5154
mysql:
5255
image: "${{ matrix.db }}"

0 commit comments

Comments
 (0)