Skip to content

Commit f1cdea7

Browse files
author
Agus Makmun
committed
fix: update matrix
1 parent b39cb20 commit f1cdea7

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

.github/workflows/run-tests.yml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,24 @@ jobs:
1111
build:
1212
runs-on: ${{ matrix.os }}
1313

14-
strategy:
15-
matrix:
16-
os: [ macos-latest, ubuntu-latest ]
17-
python-version: [ 3.9, "3.10" ]
18-
django-version: [ 3.2, 4.0, 4.1, 4.2, 5.0, 5.0.3 ]
19-
include:
20-
- os: ubuntu-20.04
21-
python-version: "3.6"
22-
django-version: "3.2"
14+
strategy:
15+
matrix:
16+
os: [macos-latest, ubuntu-latest]
17+
python-version: [3.9, "3.10"]
18+
django-version: [3.2, 4.0, 4.1, 4.2]
19+
include:
20+
- os: macos-latest
21+
python-version: "3.10"
22+
django-version: "5.0"
23+
- os: ubuntu-latest
24+
python-version: "3.10"
25+
django-version: "5.0"
26+
- os: macos-latest
27+
python-version: "3.10"
28+
django-version: "5.0.3"
29+
- os: ubuntu-latest
30+
python-version: "3.10"
31+
django-version: "5.0.3"
2332

2433
steps:
2534
- name: Install system dependencies (windows)

0 commit comments

Comments
 (0)