Skip to content

Commit 0ee86d2

Browse files
committed
update(GHA): remove old python versions
1 parent ba25812 commit 0ee86d2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
py_ver: ["3.9", "3.10"]
18-
mysql_ver: ["8.0", "5.7"]
19-
include:
20-
- py_ver: "3.8"
21-
mysql_ver: "5.7"
22-
- py_ver: "3.7"
23-
mysql_ver: "5.7"
18+
mysql_ver: ["8.0"]
2419
steps:
2520
- uses: actions/checkout@v3
2621
- name: Set up Python ${{matrix.py_ver}}

0 commit comments

Comments
 (0)