Skip to content

Commit

Permalink
ci: remove mysql5 which is end-of-life
Browse files Browse the repository at this point in the history
  • Loading branch information
ptamarit authored and slint committed Mar 1, 2024
1 parent 7aed361 commit 35845fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
python-version: [3.8, 3.9]
requirements-level: [pypi]
db-service: [postgresql12, postgresql13, postgresql14, mysql5, mysql8]
db-service: [postgresql12, postgresql13, postgresql14, mysql8]

env:
DB: ${{ matrix.DB }}
Expand Down

0 comments on commit 35845fe

Please sign in to comment.