@@ -26,18 +26,22 @@ jobs:
26
26
- " 3.0"
27
27
- 2.7
28
28
- 2.6
29
- - 2.5
30
- - 2.4
31
29
python :
32
30
- 3.x
33
31
- 2.x
34
32
python_architecture :
35
33
- x64
36
34
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 }
41
45
42
46
steps :
43
47
- uses : actions/checkout@v2
0 commit comments