Skip to content

Commit 92ad9c5

Browse files
eregonnobu
authored andcommitted
Add TruffleRuby in CI
1 parent 07d7fa1 commit 92ad9c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ jobs:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [ '3.0', 2.7, 2.6, 2.1, head ]
10+
ruby: [ '3.0', 2.7, 2.6, 2.1, head, truffleruby-head ]
1111
os: [ ubuntu-latest, macos-latest, windows-latest ]
12+
exclude:
13+
- { os: windows-latest, ruby: truffleruby-head }
1214
runs-on: ${{ matrix.os }}
1315
steps:
1416
- name: git config

0 commit comments

Comments
 (0)