Skip to content

Commit caa4c27

Browse files
committed
update CI jobs
1 parent d5af9c4 commit caa4c27

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

.github/workflows/cicd.yaml

+21-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
strategy:
1111
matrix:
1212
include:
13-
- python: 3.7
14-
django: 3.2
15-
toxenv: py37-django32
13+
# - python: 3.7
14+
# django: 3.2
15+
# toxenv: py37-django32
1616
- python: 3.8
1717
django: 3.2
1818
toxenv: py38-django32
@@ -37,6 +37,24 @@ jobs:
3737
- python: '3.10'
3838
django: 4.1
3939
toxenv: py310-django41
40+
- python: '3.10'
41+
django: 5.0
42+
toxenv: py310-django50
43+
- python: '3.11'
44+
django: 5.0
45+
toxenv: py311-django50
46+
- python: '3.12'
47+
django: 5.0
48+
toxenv: py312-django50
49+
- python: '3.10'
50+
django: 5.1
51+
toxenv: py310-django51
52+
- python: '3.11'
53+
django: 5.1
54+
toxenv: py311-django51
55+
- python: '3.12'
56+
django: 5.1
57+
toxenv: py312-django51
4058
steps:
4159
- uses: actions/checkout@v2
4260
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)