File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 5656 dj50_cms41.txt,
5757 dj51_cms41.txt,
5858 ]
59+ exclude :
60+ - requirements-file : dj50_cms41.txt
61+ python-version : 3.9
62+ - requirements-file : dj51_cms41.txt
63+ python-version : 3.9
5964
6065 services :
6166 postgres :
@@ -98,10 +103,15 @@ jobs:
98103 python-version : [ 3.9, "3.10", "3.11", "3.12" ] # latest release minus two
99104 requirements-file : [
100105 dj32_cms41.txt,
101- dj40_cms41.txt,
102- dj41_cms41.txt,
103106 dj42_cms41.txt,
107+ dj50_cms41.txt,
108+ dj51_cms41.txt,
104109 ]
110+ exclude :
111+ - requirements-file : dj50_cms41.txt
112+ python-version : 3.9
113+ - requirements-file : dj51_cms41.txt
114+ python-version : 3.9
105115
106116 services :
107117 mysql :
@@ -140,7 +150,7 @@ jobs:
140150 fail-fast : false
141151 matrix :
142152 python-version : ['3.11']
143- requirements-file : ['dj42_cms41 .txt']
153+ requirements-file : ['dj51_cms41 .txt']
144154 cms-version : [
145155 ' https://github.com/django-cms/django-cms/archive/develop-4.tar.gz'
146156 ]
You can’t perform that action at this time.
0 commit comments