From d0ecf49c61bad028c4e9a192d6e8f6287592aa93 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Fri, 14 Aug 2026 22:44:06 +0200 Subject: [PATCH] Test with JRuby 10.0 and 10.1 in CI This also sorts the JRuby versions so each comes right after the CRuby version whose compatibility it targets. --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 3cf5bb5f3..e9f74e664 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: - ruby: ["3.1", "3.2", "jruby-9.4", "3.3", "3.4", "4.0"] + ruby: ["3.1", "jruby-9.4", "3.2", "3.3", "3.4", "jruby-10.0", "4.0", "jruby-10.1"] steps: - uses: actions/checkout@v7