Skip to content

Commit 402ccbe

Browse files
committed
update django version and workflows
1 parent 7200ea1 commit 402ccbe

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

.github/workflows/actions.yml

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
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

0 commit comments

Comments
 (0)