Skip to content

Commit 7432fbe

Browse files
committed
CI: Update workflow
1 parent b06d575 commit 7432fbe

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,27 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os:
22-
- ubuntu-18.04
22+
- ubuntu-20.04
2323
- macos-latest
2424
ruby:
25+
- "3.0"
2526
- 2.7
2627
- 2.6
2728
- 2.5
2829
- 2.4
2930
python:
30-
- 3.8.x
31-
- 3.7.x
32-
- 3.6.x
33-
- 2.7.x
31+
- 3.x
32+
- 2.x
3433
python_architecture:
3534
- 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 }
3640

3741
steps:
38-
- uses: actions/checkout@v1
42+
- uses: actions/checkout@v2
3943
with:
4044
fetch-depth: 1
4145

@@ -44,7 +48,7 @@ jobs:
4448
with:
4549
ruby-version: ${{ matrix.ruby }}
4650

47-
- uses: actions/setup-python@v1
51+
- uses: actions/setup-python@v2
4852
with:
4953
python-version: ${{ matrix.python }}
5054
architecture: ${{ matrix.python_architecture }}

0 commit comments

Comments
 (0)