Skip to content

Commit

Permalink
tests: reduce test matrix
Browse files Browse the repository at this point in the history
* min and max is enough
  • Loading branch information
utnapischtim committed Jul 23, 2024
1 parent 861ded0 commit c2eb121
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
requirements-level: [pypi]
python-version: ["3.9", "3.12"]
cache-service: [redis]
db-service: [postgresql14, mysql8]

Expand Down

0 comments on commit c2eb121

Please sign in to comment.