Skip to content

Commit 7bcd503

Browse files
committed
Remove python 3.7 and 3.8 from style test GHA workflow
1 parent b4360de commit 7bcd503

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
@@ -13,12 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
py_ver: ["3.9", "3.10"]
16-
mysql_ver: ["8.0", "5.7"]
17-
include:
18-
- py_ver: "3.8"
19-
mysql_ver: "5.7"
20-
- py_ver: "3.7"
21-
mysql_ver: "5.7"
16+
mysql_ver: ["8.0"]
2217
steps:
2318
- uses: actions/checkout@v3
2419
- name: Set up Python ${{matrix.py_ver}}

0 commit comments

Comments
 (0)