Skip to content

Commit abbb6a3

Browse files
committed
tests: Add tests for Django 5.2/CMS 5.0
1 parent 60adeaf commit abbb6a3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
dj42_cms41.txt,
2323
dj50_cms41.txt,
2424
dj51_cms41.txt,
25+
dj52_cms50.txt,
2526
]
2627
os: [
2728
ubuntu-latest,

tests/requirements/dj52_cms50.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-r base.txt
2+
3+
Django>=5.2,<6
4+
django-cms>=5.0,<4.1
5+
djangocms-versioning>=2.4

0 commit comments

Comments
 (0)