From d8a9195117c62259830bd63e93911637dc438022 Mon Sep 17 00:00:00 2001 From: Chad Wilson <29788154+chadlwilson@users.noreply.github.com> Date: Tue, 3 Feb 2026 12:32:48 +0800 Subject: [PATCH] build: run build/tests against jruby-head Head is currently 10.1 targetted, so this adds value again. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f60b28d..6078d8d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: java-version: [8, 21, 25] - ruby-version: [jruby-9.4, jruby-10] + ruby-version: [jruby-9.4, jruby-10, jruby-head] task: ['', integration] exclude: # JRuby 10 requires Java 21 minimum