Skip to content

Commit d88a9dc

Browse files
committed
Pin JRuby 9.4.10.0 to prevent build error on JRuby 9.4.11.0
As a workaround, the JRuby CI matrix is pinned to 9.4.10.0. The issue has been reported at jruby/jruby#8606. https://github.com/bblimke/webmock/actions/runs/13170199216/job/36759013080
1 parent d66d1cd commit d88a9dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ 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 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
2528
continue-on-error: ${{ matrix.ruby == 'head' || matrix.ruby == 'jruby-head' }}
2629
name: Ruby ${{ matrix.ruby }}
2730
env:

0 commit comments

Comments
 (0)