From 6aacb4032f3de568dc0353a0185557541dac39b1 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Thu, 6 Feb 2025 11:42:40 +0900 Subject: [PATCH] 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. --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6a90f436..dbe352de 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: