Skip to content

Commit 9df6191

Browse files
committed
fix test action
1 parent abbb6a3 commit 9df6191

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
requirements-file: dj50_cms41.txt
3333
- python-version: "3.9"
3434
requirements-file: dj51_cms41.txt
35+
- python-version: "3.9"
36+
requirements-file: dj52_cms50.txt
37+
- python-version: "3.10"
38+
requirements-file: dj52_cms50.txt
3539
- python-version: "3.12"
3640
requirements-file: dj42_cms311.txt
3741

tests/requirements/dj52_cms50.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r base.txt
22

33
Django>=5.2,<6
4-
django-cms>=5.0,<4.1
4+
django-cms>=5.0,<5.1
55
djangocms-versioning>=2.4

0 commit comments

Comments
 (0)