Skip to content

Commit 6aacb40

Browse files
committed
Suspend JRuby CI matrix
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.
1 parent cb65c87 commit 6aacb40

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)