Skip to content

Commit 69db866

Browse files
committed
✅ Run CI with JRuby and TruffleRuby, too
Using jruby-head to get unreleased parser bugfix.
1 parent d5adfda commit 69db866

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
@@ -23,7 +23,11 @@ jobs:
2323
exclude:
2424
- { ruby: head, os: windows-latest }
2525
include:
26-
- { ruby: head, os: windows-latest, experimental: true }
26+
- { ruby: head, os: windows-latest, experimental: true }
27+
# - { ruby: jruby, os: ubuntu-latest, experimental: true }
28+
- { ruby: jruby-head, os: ubuntu-latest, experimental: true }
29+
- { ruby: truffleruby, os: ubuntu-latest, experimental: true }
30+
# - { ruby: truffleruby-head, os: ubuntu-latest, experimental: true }
2731
runs-on: ${{ matrix.os }}
2832
continue-on-error: ${{ matrix.experimental }}
2933
timeout-minutes: 15

0 commit comments

Comments
 (0)