Skip to content

Commit

Permalink
Merge pull request #106 from cclauss/patch-1
Browse files Browse the repository at this point in the history
GitHub Actions: Test on the production release of Django v5.1
  • Loading branch information
jamesturk authored Aug 7, 2024
2 parents e41e15f + 9bf38a4 commit 6623f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
max-parallel: 4
matrix:
python-version: ['3.8', '3.12']
django-version: [3.2, 4.2, 5.0, 5.1b1]
django-version: [3.2, 4.2, 5.0, 5.1]
exclude:
- python-version: "3.12"
django-version: "3.2"
- python-version: "3.8"
django-version: "5.0"
- python-version: "3.8"
django-version: "5.1b1"
django-version: "5.1"
steps:
# Python & dependency installation
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6623f68

Please sign in to comment.