We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb65c87 + 6aacb40 commit dff6488Copy full SHA for dff6488
1 file changed
.github/workflows/CI.yml
@@ -21,7 +21,9 @@ jobs:
21
- '3.0'
22
- '2.7'
23
- '2.6'
24
- - jruby-head
+ # FIXME: When the JRuby issue https://github.com/jruby/jruby/issues/8606 is resolved,
25
+ # please re-run it with the following:
26
+ # - jruby-head
27
continue-on-error: ${{ matrix.ruby == 'head' || matrix.ruby == 'jruby-head' }}
28
name: Ruby ${{ matrix.ruby }}
29
env:
0 commit comments