Skip to content

Commit ec20f55

Browse files
committed
Cleanup CI matrix
1 parent d9b413b commit ec20f55

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,15 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [ubuntu-20.04] # macos-latest
12-
ruby-version: [3.0, 3.1, 3.2, jruby-9.3, jruby-9.4, truffleruby]
13-
include:
14-
- os: macos-latest
15-
ruby-version: 3.0
16-
- os: macos-latest
17-
ruby-version: 3.1
18-
- os: macos-latest
19-
ruby-version: 3.2
20-
- os: macos-latest
21-
ruby-version: jruby-9.3
22-
# 2023/03/07 - JRuby 9.4 on MacOS is skipped for now.
23-
# Seems to be a JRuby-side issue.
24-
# - os: macos-latest
25-
# ruby-version: jruby-9.4
26-
- os: macos-latest
27-
ruby-version: truffleruby
11+
os:
12+
- ubuntu-20.04
13+
- macos-latest
14+
ruby-version:
15+
- 3.0
16+
- 3.1
17+
- 3.2
18+
- jruby-9.4
19+
- truffleruby
2820
runs-on: ${{ matrix.os }}
2921
steps:
3022
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)