Skip to content

Commit

Permalink
Test against real dj5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Aug 26, 2024
1 parent 36db865 commit 0899453
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .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/5.1/faq/install/#what-python-version-can-i-use-with-django
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django-version: ["4.2", "5.0", "5.1b1"]
django-version: ["4.2", "5.0", "5.1"]
db-engine: [sqlite, postgres]
tz-engine: [pytz, zoneinfo]
exclude:
Expand All @@ -66,11 +66,11 @@ jobs:
python-version: "3.9"
- django-version: "5.0"
tz-engine: pytz
- django-version: "5.1b1"
- django-version: "5.1"
python-version: "3.8"
- django-version: "5.1b1"
- django-version: "5.1"
python-version: "3.9"
- django-version: "5.1b1"
- django-version: "5.1"
tz-engine: pytz

env:
Expand Down

0 comments on commit 0899453

Please sign in to comment.