Skip to content

Commit 9738e55

Browse files
committed
CI: Reorganize matrix
1 parent 7832225 commit 9738e55

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,22 @@ jobs:
2626
- "3.0"
2727
- 2.7
2828
- 2.6
29-
- 2.5
30-
- 2.4
3129
python:
3230
- 3.x
3331
- 2.x
3432
python_architecture:
3533
- x64
3634
include:
37-
- { os: ubuntu-20.04 , ruby: 2.7 , python: 3.8 }
38-
- { os: ubuntu-20.04 , ruby: 2.7 , python: 3.7 }
39-
- { os: ubuntu-20.04 , ruby: 2.7 , python: 3.6 }
40-
- { os: ubuntu-18.04 , ruby: 2.7 , python: 3.8 }
35+
- { os: ubuntu-20.04 , ruby: 2.5 , python: 3.x , python_architecture: x64 }
36+
- { os: ubuntu-20.04 , ruby: 2.4 , python: 3.x , python_architecture: x64 }
37+
- { os: ubuntu-20.04 , ruby: 2.5 , python: 2.x , python_architecture: x64 }
38+
- { os: ubuntu-20.04 , ruby: 2.4 , python: 2.x , python_architecture: x64 }
39+
- { os: ubuntu-20.04 , ruby: 2.7 , python: 3.8 , python_architecture: x64 }
40+
- { os: ubuntu-20.04 , ruby: 2.7 , python: 3.7 , python_architecture: x64 }
41+
- { os: ubuntu-20.04 , ruby: 2.7 , python: 3.6 , python_architecture: x64 }
42+
- { os: ubuntu-18.04 , ruby: 2.7 , python: 3.8 , python_architecture: x64 }
43+
- { os: windows-latest , ruby: mswin , python: 3.x , python_architecture: x64 }
44+
- { os: windows-latest , ruby: mingw , python: 3.x , python_architecture: x64 }
4145

4246
steps:
4347
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)