Skip to content

Commit

Permalink
ci(tests): Test django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 16, 2022
1 parent a352722 commit 7f38556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: [ '3.9' ]
django-version: [ '2.2', '3.1', '3.2', '4.0' ]
django-version: [ '2.2', '3.1', '3.2', '4.0', '4.1' ]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 7f38556

Please sign in to comment.