Skip to content

Commit 0640664

Browse files
committed
Try to run with TruffleRuby
1 parent aeee125 commit 0640664

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
@@ -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.6
1111
test:
1212
name: >-
@@ -21,6 +21,8 @@ jobs:
2121
exclude:
2222
# uses non-standard MSYS2 OpenSSL 3 package
2323
- { os: windows-latest, ruby: head }
24+
- { os: windows-latest, ruby: truffleruby }
25+
- { os: windows-latest, ruby: truffleruby-head }
2426
include:
2527
- { os: windows-latest, ruby: ucrt }
2628
- { os: windows-latest, ruby: mswin }

0 commit comments

Comments
 (0)