Skip to content

Commit

Permalink
Merge pull request #1096 from koic/workaround_for_jruby_ci_matrix_is_…
Browse files Browse the repository at this point in the history
…failing

Suspend JRuby CI matrix
  • Loading branch information
koic authored Feb 6, 2025
2 parents cb65c87 + 6aacb40 commit dff6488
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- '3.0'
- '2.7'
- '2.6'
- jruby-head
# FIXME: When the JRuby issue https://github.com/jruby/jruby/issues/8606 is resolved,
# please re-run it with the following:
# - jruby-head
continue-on-error: ${{ matrix.ruby == 'head' || matrix.ruby == 'jruby-head' }}
name: Ruby ${{ matrix.ruby }}
env:
Expand Down

0 comments on commit dff6488

Please sign in to comment.