Skip to content

Commit

Permalink
chore: Add tests for django 5.0 & 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Sep 12, 2024
1 parent 4e2ff36 commit dfbd09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_startcmsproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
django-version: [
'3.2', '4.2',
'3.2', '4.2', ‘5.0', '5.1'
]
python-version: ['3.11']
os: [
Expand Down

0 comments on commit dfbd09d

Please sign in to comment.