We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c671a commit ccdbbceCopy full SHA for ccdbbce
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
21
os: [ ubuntu-latest, macos-latest, windows-latest ]
22
experimental: [false]
23
include:
24
+ - { ruby: jruby-head, os: ubuntu-latest, experimental: true }
25
- { ruby: truffleruby-head, os: ubuntu-latest, experimental: true }
26
runs-on: ${{ matrix.os }}
27
continue-on-error: ${{ matrix.experimental }}
0 commit comments