Skip to content

Commit

Permalink
Try again to test against django 5.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Sep 20, 2023
1 parent a9efd61 commit c3c719c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
matrix:
# https://docs.djangoproject.com/en/4.1/faq/install/#what-python-version-can-i-use-with-django
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2", "4.0", "4.1", "4.2", "5"]
django-version: ["3.2", "4.0", "4.1", "4.2", "5.0a"]
db-engine: [sqlite, postgres]
tz-engine: [pytz, zoneinfo]
exclude:
Expand Down

0 comments on commit c3c719c

Please sign in to comment.