Skip to content

Commit 4f5d873

Browse files
committed
ci: update test matrix
1 parent 75cc60d commit 4f5d873

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
os: [ubuntu-latest, macos-latest]
9-
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', head, truffleruby, truffleruby-head]
10-
runs-on: ${{ matrix.os }}
11-
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
8+
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', head, truffleruby, truffleruby-head]
9+
runs-on: ubuntu-latest
10+
name: Ruby ${{ matrix.ruby }}
1211
steps:
1312
- name: Checkout
1413
uses: actions/checkout@v4

0 commit comments

Comments
 (0)