File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,24 @@ jobs:
14
14
include :
15
15
- python : " 3.6"
16
16
env : py36-django11
17
- os : ubuntu-20.04 # 3.6 is not available on ubuntu-20.04
17
+ os : ubuntu-20.04 # 3.6 is not available on ubuntu-latest
18
18
- python : " 3.7"
19
19
env : py37-django11
20
+ os : ubuntu-20.04 # 3.7 is not available on ubuntu-latest
20
21
- python : " 3.8"
21
22
env : py38-django11
22
23
23
24
- python : " 3.6"
24
25
env : py36-django21
25
- os : ubuntu-20.04 # 3.6 is not available on ubuntu-20.04
26
+ os : ubuntu-20.04 # 3.6 is not available on ubuntu-latest
26
27
- python : " 3.8"
27
28
env : py38-django21
28
29
- python : " 3.9"
29
30
env : py39-django21
30
31
31
32
- python : " 3.6"
32
33
env : py36-django32
33
- os : ubuntu-20.04 # 3.6 is not available on ubuntu-20.04
34
+ os : ubuntu-20.04 # 3.6 is not available on ubuntu-latest
34
35
- python : " 3.8"
35
36
env : py38-django32
36
37
- python : " 3.10"
You can’t perform that action at this time.
0 commit comments