Skip to content

Commit 49a63ff

Browse files
author
Agus Makmun
committed
fix: use previous matrix
1 parent 779d1be commit 49a63ff

File tree

1 file changed

+68
-10
lines changed

1 file changed

+68
-10
lines changed

.github/workflows/run-tests.yml

Lines changed: 68 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,74 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: [ macos-latest, ubuntu-latest ]
17-
python-version: [ 3.7, 3.8, 3.9 ]
18-
django-version: [ 3.0, 3.1, 3.2, 4.0, 4.2, 5.0 ]
19-
exclude:
20-
- os: macos-latest
21-
django-version: 4.1
22-
- os: macos-latest
23-
django-version: 4.2
24-
- os: macos-latest
25-
django-version: 5.0
16+
include:
17+
- python: 3.6
18+
env: DJANGO="==1.8.*"
19+
- python: 3.6
20+
env: DJANGO="==1.9.*"
21+
- python: 3.6
22+
env: DJANGO="==1.10.*"
23+
- python: 3.6
24+
env: DJANGO="==1.11.*"
25+
- python: 3.6
26+
env: DJANGO="==2.0.*"
27+
- python: 3.6
28+
env: DJANGO="==2.1.*"
29+
- python: 3.6
30+
env: DJANGO="==2.2.*"
31+
- python: 3.6
32+
env: DJANGO="==3.0.*"
33+
- python: 3.6
34+
env: DJANGO="==3.1.*"
35+
- python: 3.6
36+
env: DJANGO="==3.2.*"
37+
38+
- python: 3.7
39+
env: DJANGO="==2.0.*"
40+
- python: 3.7
41+
env: DJANGO="==2.1.*"
42+
- python: 3.7
43+
env: DJANGO="==2.2.*"
44+
- python: 3.7
45+
env: DJANGO="==3.0.*"
46+
- python: 3.7
47+
env: DJANGO="==3.1.*"
48+
- python: 3.7
49+
env: DJANGO="==3.2.*"
50+
51+
- python: 3.8
52+
env: DJANGO="==2.0.*"
53+
- python: 3.8
54+
env: DJANGO="==2.1.*"
55+
- python: 3.8
56+
env: DJANGO="==2.2.*"
57+
- python: 3.8
58+
env: DJANGO="==3.0.*"
59+
- python: 3.8
60+
env: DJANGO="==3.1.*"
61+
- python: 3.8
62+
env: DJANGO="==3.2.*"
63+
- python: 3.8
64+
env: DJANGO="==4.0"
65+
66+
- python: 3.9
67+
env: DJANGO="==2.0.*"
68+
- python: 3.9
69+
env: DJANGO="==2.1.*"
70+
- python: 3.9
71+
env: DJANGO="==2.2.*"
72+
- python: 3.9
73+
env: DJANGO="==3.0.*"
74+
- python: 3.9
75+
env: DJANGO="==3.1.*"
76+
- python: 3.9
77+
env: DJANGO="==3.2.*"
78+
- python: 3.9
79+
env: DJANGO="==4.0"
80+
81+
- os: osx
82+
language: generic
83+
env: DJANGO="==3.2.*"
2684

2785
steps:
2886
- name: Install system dependencies (windows)

0 commit comments

Comments
 (0)