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 d66d1cd commit d88a9dcCopy full SHA for d88a9dc
.github/workflows/CI.yml
@@ -21,7 +21,10 @@ 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 replace it with the following:
26
+ # ruby-version: 'jruby-head' # Latest stable JRuby version
27
+ - 'jruby-9.4.10.0' # The latest JRuby version that passes CI
28
continue-on-error: ${{ matrix.ruby == 'head' || matrix.ruby == 'jruby-head' }}
29
name: Ruby ${{ matrix.ruby }}
30
env:
0 commit comments