Skip to content

Commit

Permalink
Add Django 5.1 to test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Oct 6, 2024
1 parent 4a5b20c commit ee4ae89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
django-version: ["3.2.23", "4.0.8", "4.1.3", "4.2", "5.0"]
django-version: ["3.2.23", "4.0.8", "4.1.3", "4.2", "5.0", "5.1"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ee4ae89

Please sign in to comment.