Skip to content

Commit 334e243

Browse files
authored
Update test_startcmsproject.yml
1 parent fe1fc47 commit 334e243

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test_startcmsproject.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
django-version: [
16-
'3.2', '4.2',
16+
'4.2', '5.2',
1717
]
18-
python-version: ['3.11']
18+
python-version: ['3.13']
1919
os: [
20-
ubuntu-20.04,
20+
ubuntu-latest,
2121
]
2222

2323
steps:
@@ -32,5 +32,6 @@ jobs:
3232
python -m venv .venv
3333
source ./.venv/bin/activate
3434
python -m pip install --upgrade pip
35-
pip install django-cms>=4.1.0rc5
35+
python -m pip install Django~=${{ matrix.django-version}}
36+
python -m pip install django-cms
3637
djangocms mysite --noinput

0 commit comments

Comments
 (0)