Skip to content

Commit

Permalink
Remove python 3.7 and 3.8 from style test GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Jan 31, 2025
1 parent b4360de commit 7bcd503
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 @@ -13,12 +13,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 7bcd503

Please sign in to comment.