Skip to content

Commit 0fd4e26

Browse files
Refactor CI exclude
1 parent 24462dd commit 0fd4e26

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

.github/workflows/test.yml

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,47 @@ jobs:
1414
exclude:
1515
- python-version: '3.6'
1616
django: 'main'
17+
memcache: 'pylibmc'
18+
- python-version: '3.6'
19+
django: 'main'
20+
memcache: 'pymemcache'
21+
- python-version: '3.6'
22+
django: 'main'
23+
memcache: 'python-memcached'
24+
- python-version: '3.7'
25+
django: 'main'
26+
memcache: 'pylibmc'
1727
- python-version: '3.7'
1828
django: 'main'
19-
- memcache: 'memcached'
20-
django: '3.2'
21-
- memcache: 'memcached'
29+
memcache: 'pymemcache'
30+
- python-version: '3.7'
2231
django: 'main'
32+
memcache: 'python-memcached'
33+
34+
- memcache: 'pymemcache'
35+
django: '2.2'
36+
python-version: '3.6'
2337
- memcache: 'pymemcache'
2438
django: '2.2'
39+
python-version: '3.7'
40+
- memcache: 'pymemcache'
41+
django: '2.2'
42+
python-version: '3.8'
43+
- memcache: 'pymemcache'
44+
django: '2.2'
45+
python-version: '3.9'
46+
- memcache: 'pymemcache'
47+
django: '3.1'
48+
python-version: '3.6'
49+
- memcache: 'pymemcache'
50+
django: '3.1'
51+
python-version: '3.7'
52+
- memcache: 'pymemcache'
53+
django: '3.1'
54+
python-version: '3.8'
2555
- memcache: 'pymemcache'
2656
django: '3.1'
57+
python-version: '3.9'
2758

2859
steps:
2960
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)