Skip to content

Commit dff6488

Browse files
authored
Merge pull request #1096 from koic/workaround_for_jruby_ci_matrix_is_failing
Suspend JRuby CI matrix
2 parents cb65c87 + 6aacb40 commit dff6488

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- '3.0'
2222
- '2.7'
2323
- '2.6'
24-
- jruby-head
24+
# 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
2527
continue-on-error: ${{ matrix.ruby == 'head' || matrix.ruby == 'jruby-head' }}
2628
name: Ruby ${{ matrix.ruby }}
2729
env:

0 commit comments

Comments
 (0)