Skip to content

Commit

Permalink
CI: update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Oct 14, 2023
1 parent f8f217b commit 054d728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: [3.7, 3.8, 3.9]
requirements-level: [min, pypi]
cache-service: [redis]
db-service: [postgresql10, postgresql13, mysql8]
db-service: [postgresql14, postgresql13, mysql8]
exclude:
- python-version: 3.7
requirements-level: pypi
Expand All @@ -38,7 +38,7 @@ jobs:
python-version: 3.7

include:
- db-service: postgresql10
- db-service: postgresql14
DB_EXTRAS: "postgresql"

- db-service: postgresql13
Expand Down

0 comments on commit 054d728

Please sign in to comment.