Skip to content

Commit

Permalink
Add Django 4.1 version support, drop 2.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Sep 4, 2022
1 parent 0154314 commit 5b05711
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 @@ -63,20 +63,20 @@ jobs:
- "3.9"
- "3.10"
django-version:
- "2.2"
- "3.2"
- "4.0"
- "4.1"
extras:
- "test"
include:
- python-version: "3.x"
django-version: "4.0"
django-version: "4.1"
extras: "test,dramatiq"
- python-version: "3.x"
django-version: "4.0"
django-version: "4.1"
extras: "test,celery"
- python-version: "3.x"
django-version: "4.0"
django-version: "4.1"
extras: "test,reversion"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5b05711

Please sign in to comment.