Skip to content

Commit ccdbbce

Browse files
committed
✅🚧 Run CI with JRuby, too
Using jruby-head to get some bugfixes.
1 parent d1c671a commit ccdbbce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
os: [ ubuntu-latest, macos-latest, windows-latest ]
2222
experimental: [false]
2323
include:
24+
- { ruby: jruby-head, os: ubuntu-latest, experimental: true }
2425
- { ruby: truffleruby-head, os: ubuntu-latest, experimental: true }
2526
runs-on: ${{ matrix.os }}
2627
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)