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:
1414 include :
1515 - python : " 3.6"
1616 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
1818 - python : " 3.7"
1919 env : py37-django11
20+ os : ubuntu-20.04 # 3.7 is not available on ubuntu-latest
2021 - python : " 3.8"
2122 env : py38-django11
2223
2324 - python : " 3.6"
2425 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
2627 - python : " 3.8"
2728 env : py38-django21
2829 - python : " 3.9"
2930 env : py39-django21
3031
3132 - python : " 3.6"
3233 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
3435 - python : " 3.8"
3536 env : py38-django32
3637 - python : " 3.10"
You can’t perform that action at this time.
0 commit comments