Skip to content

Commit

Permalink
Exclude invalid combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Aug 10, 2022
1 parent c03c37e commit 26c13d2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ jobs:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
django-version: [2.2, 3.0, 3.1, 3.2, 4.0, 4.1]
exclude:
- python-version: "3.10"
django-version: 2.2
- python-version: "3.10"
django-version: 3.0
- python-version: "3.10"
django-version: 3.1
- python-version: "3.10"
django-version: 3.2

- python-version: "3.7"
django-version: 4.0
- python-version: "3.7"
django-version: 4.1

services:
postgres:
Expand Down

0 comments on commit 26c13d2

Please sign in to comment.