From 3b800b1c7612cf26683760fa0e67e47256cf64c4 Mon Sep 17 00:00:00 2001 From: Travis Sadler Date: Thu, 20 Feb 2025 10:52:18 -0800 Subject: [PATCH] Bump jruby version in github testing.yml --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1f2f421..474631c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: ruby-version: - - 'jruby-9.4.3.0' + - 'jruby-9.4.10.0' steps: - uses: actions/checkout@v4 - name: Set up Ruby @@ -34,7 +34,7 @@ jobs: strategy: matrix: ruby-version: - - 'jruby-9.4.3.0' + - 'jruby-9.4.10.0' steps: - uses: actions/checkout@v4 - name: Set up Ruby