Skip to content

Commit

Permalink
Add testing with Django 4.1 and 4.2
Browse files Browse the repository at this point in the history
technically 4.0 is also EOL since April 1, 2023 but keep it a while
longer in case there are developers who haven't migrated yet.
  • Loading branch information
atodorov committed Jul 26, 2023
1 parent 9612427 commit d4702dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, 3.10]
django-version: ["3.2", "4.0"]
django-version: ["3.2", "4.0", "4.1", "4.2"]

env:
DJANGO_SETTINGS_MODULE: settings.postgres
Expand Down

0 comments on commit d4702dc

Please sign in to comment.