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 99 test :
1010 runs-on : ubuntu-latest
1111 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
1512 fail-fast : false
1613 matrix :
1714 include :
@@ -84,12 +81,32 @@ jobs:
8481 python-version : " 3.9"
8582 - django-version : " 4.0.0"
8683 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"
87104
88105 steps :
89- - uses : actions/checkout@v2
106+ - uses : actions/checkout@v4
90107
91108 - name : Set up Python ${{ matrix.python-version }}
92- uses : actions/setup-python@v2
109+ uses : actions/setup-python@v5
93110 with :
94111 python-version : ${{ matrix.python-version }}
95112
You can’t perform that action at this time.
0 commit comments