Skip to content

Commit 61bc298

Browse files
committed
Exclude inapplicable versions
1 parent 5a4382f commit 61bc298

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/test.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,26 @@ jobs:
1111
matrix:
1212
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
1313
django-version: ['3.2', '4.0', '4.1', 'main']
14+
exclude:
15+
- django-version: '3.2'
16+
python-version: '3.11'
17+
18+
- django-version: '4.0'
19+
python-version: '3.6'
20+
- django-version: '4.0'
21+
python-version: '3.7'
22+
- django-version: '4.0'
23+
python-version: '3.11'
24+
25+
- django-version: '4.1'
26+
python-version: '3.6'
27+
- django-version: '4.1'
28+
python-version: '3.7'
29+
30+
- django-version: 'main'
31+
python-version: '3.6'
32+
- django-version: 'main'
33+
python-version: '3.7'
1434

1535
steps:
1636
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)