Skip to content

Commit

Permalink
chore: test all available versions (#182)
Browse files Browse the repository at this point in the history
Ensure support for all available versions
  • Loading branch information
omercnet authored Dec 13, 2023
1 parent 2f9e32e commit d2cf45c
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 9 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,21 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
django-version: ["3.2", "4.0", "4.1", "main"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django-version: ["3.2", "4.0", "4.1", "4.2", "5.0", "main"]
exclude:
- python-version: "3.7"
django-version: "main"
- python-version: "3.8"
django-version: "main"
- python-version: "3.9"
django-version: "main"
- python-version: "3.10"
django-version: "2.2"
- python-version: "3.7"
django-version: "5.0"
- python-version: "3.8"
django-version: "5.0"
- python-version: "3.9"
django-version: "5.0"

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit d2cf45c

Please sign in to comment.