File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -19,23 +19,27 @@ jobs:
19
19
fail-fast : false
20
20
matrix :
21
21
os :
22
- - ubuntu-18 .04
22
+ - ubuntu-20 .04
23
23
- macos-latest
24
24
ruby :
25
+ - " 3.0"
25
26
- 2.7
26
27
- 2.6
27
28
- 2.5
28
29
- 2.4
29
30
python :
30
- - 3.8.x
31
- - 3.7.x
32
- - 3.6.x
33
- - 2.7.x
31
+ - 3.x
32
+ - 2.x
34
33
python_architecture :
35
34
- x64
35
+ include :
36
+ - { os: ubuntu-20.04 , ruby: 2.7 , python: 3.8 }
37
+ - { os: ubuntu-20.04 , ruby: 2.7 , python: 3.7 }
38
+ - { os: ubuntu-20.04 , ruby: 2.7 , python: 3.6 }
39
+ - { os: ubuntu-18.04 , ruby: 2.7 , python: 3.8 }
36
40
37
41
steps :
38
- - uses : actions/checkout@v1
42
+ - uses : actions/checkout@v2
39
43
with :
40
44
fetch-depth : 1
41
45
44
48
with :
45
49
ruby-version : ${{ matrix.ruby }}
46
50
47
- - uses : actions/setup-python@v1
51
+ - uses : actions/setup-python@v2
48
52
with :
49
53
python-version : ${{ matrix.python }}
50
54
architecture : ${{ matrix.python_architecture }}
You can’t perform that action at this time.
0 commit comments