File tree Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change 9
9
test :
10
10
runs-on : ubuntu-latest
11
11
strategy :
12
- # By default, GitHub will maximize the number of jobs run in parallel
13
- # depending on the available runners on GitHub-hosted virtual machines.
14
- # max-parallel: 8
15
12
fail-fast : false
16
13
matrix :
17
14
include :
@@ -84,12 +81,32 @@ jobs:
84
81
python-version : " 3.9"
85
82
- django-version : " 4.0.0"
86
83
python-version : " 3.10"
84
+ # Django 4.2
85
+ - django-version : " 4.2.0"
86
+ python-version : " 3.8"
87
+ - django-version : " 4.2.0"
88
+ python-version : " 3.9"
89
+ - django-version : " 4.2.0"
90
+ python-version : " 3.10"
91
+ - django-version : " 4.2.0"
92
+ python-version : " 3.11"
93
+ - django-version : " 4.2.0"
94
+ python-version : " 3.12"
95
+ # Django 5.0
96
+ - django-version : " 5.0.0"
97
+ python-version : " 3.9"
98
+ - django-version : " 5.0.0"
99
+ python-version : " 3.10"
100
+ - django-version : " 5.0.0"
101
+ python-version : " 3.11"
102
+ - django-version : " 5.0.0"
103
+ python-version : " 3.12"
87
104
88
105
steps :
89
- - uses : actions/checkout@v2
106
+ - uses : actions/checkout@v4
90
107
91
108
- name : Set up Python ${{ matrix.python-version }}
92
- uses : actions/setup-python@v2
109
+ uses : actions/setup-python@v5
93
110
with :
94
111
python-version : ${{ matrix.python-version }}
95
112
You can’t perform that action at this time.
0 commit comments