Skip to content

Commit 9ce10e1

Browse files
authored
Update test_startcmsproject.yml
1 parent 9367010 commit 9ce10e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_startcmsproject.yml

Lines changed: 3 additions & 3 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', ‘5.0', '5.1'
16+
'4.2', ‘5.0', '5.1', '5.2',
1717
]
18-
python-version: ['3.11']
18+
python-version: ['3.12', '3.13']
1919
os: [
20-
ubuntu-20.04,
20+
ubuntu-latest,
2121
]
2222

2323
steps:

0 commit comments

Comments
 (0)