Skip to content

Commit

Permalink
add Django-5.1 to testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jan 17, 2025
1 parent 15f57da commit 6965bd1
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
django-version: ["4.2.*", "5.0.*"]
django-version: ["4.2.*", "5.0.*", "5.1.*"]
node-version: ["18.x"]
include:
- use-monolithic: "1"
Expand Down

0 comments on commit 6965bd1

Please sign in to comment.