Skip to content

Commit

Permalink
update(GHA): remove old python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 committed Jan 28, 2025
1 parent ba25812 commit 0ee86d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
strategy:
matrix:
py_ver: ["3.9", "3.10"]
mysql_ver: ["8.0", "5.7"]
include:
- py_ver: "3.8"
mysql_ver: "5.7"
- py_ver: "3.7"
mysql_ver: "5.7"
mysql_ver: ["8.0"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{matrix.py_ver}}
Expand Down

0 comments on commit 0ee86d2

Please sign in to comment.