Skip to content

Commit 1e59413

Browse files
committed
Add TruffleRuby in CI
1 parent 07580da commit 1e59413

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
ruby-versions:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
9-
engine: cruby
9+
engine: cruby-truffleruby
1010
min_version: 2.5
1111

1212
test:
@@ -19,6 +19,10 @@ jobs:
1919
exclude:
2020
- ruby: 2.5
2121
os: macos-latest
22+
- ruby: truffleruby
23+
os: windows-latest
24+
- ruby: truffleruby-head
25+
os: windows-latest
2226
runs-on: ${{ matrix.os }}
2327
steps:
2428
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)