Skip to content

Commit b939179

Browse files
committed
Re-enable TruffleRuby in CI matrix
TruffleRuby was dropped when adding the `rbs` dependency because `rbs` has a C extension. Re-enable it to verify whether TruffleRuby can handle `rbs` 4.0+ (JRuby remains excluded).
1 parent ff76254 commit b939179

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
min_version: 3.2
1818
versions: '["mswin"]'
19-
engine: cruby
19+
engine: cruby-truffleruby
2020

2121
test:
2222
needs: ruby-versions
@@ -26,6 +26,10 @@ jobs:
2626
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2727
os: [ubuntu-latest, macos-latest, windows-latest]
2828
exclude:
29+
- os: windows-latest
30+
ruby: truffleruby
31+
- os: windows-latest
32+
ruby: truffleruby-head
2933
- os: macos-latest
3034
ruby: mswin
3135
- os: ubuntu-latest

0 commit comments

Comments
 (0)