Skip to content

Commit

Permalink
Merge pull request #7 from django-cms/chore/django-50-51
Browse files Browse the repository at this point in the history
chore: Add tests for django 5.0 & 5.1
  • Loading branch information
fsbraun authored Sep 12, 2024
2 parents 4e2ff36 + dfbd09d commit 366f0fd
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 366f0fd

Please sign in to comment.