From 2684112b9f7e8b86afc2d8edefe937af13975bbb Mon Sep 17 00:00:00 2001 From: Ilya Bylich <ibylich@gmail.com> Date: Thu, 16 Jan 2025 07:37:08 +0100 Subject: [PATCH] update CI config (bump JRuby version, drop MRI 3.0 branch) (#1062) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5882249fe..40879152a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["3.0.7", "3.1.6", "3.2.6", "3.3.7", "jruby-9.2"] + ruby: ["3.1.6", "3.2.6", "3.3.7", "jruby-9.4"] test_command: ["bundle exec rake test"] include: - ruby: "head"