Skip to content

Commit

Permalink
Suspend JRuby CI matrix
Browse files Browse the repository at this point in the history
This PR suspends JRuby CI matrix:

The issue has been reported at jruby/jruby#8606.
https://github.com/bblimke/webmock/actions/runs/13170199216/job/36759013080

The JRuby CI matrix has been failing for a long time, so pining to a version like
JRuby 9.4.10.0 will not avoid the error. Since the issue is likely complex and not easy to resolve,
it would be better to test with a version released after the resolution of jruby/jruby#8606.
  • Loading branch information
koic committed Feb 6, 2025
1 parent cb65c87 commit 6aacb40
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 6aacb40

Please sign in to comment.