Skip to content

Commit 27b9924

Browse files
committed
✅🚧 Run CI with TruffleRuby (experimental for now)
Using truffleruby-head to ensure we have several necessary bugfixes.
1 parent 394e956 commit 27b9924

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2121
os: [ ubuntu-latest, macos-latest, windows-latest ]
2222
experimental: [false]
23+
include:
24+
- { ruby: truffleruby-head, os: ubuntu-latest, experimental: true }
2325
runs-on: ${{ matrix.os }}
2426
continue-on-error: ${{ matrix.experimental }}
2527
timeout-minutes: 15

0 commit comments

Comments
 (0)