From b2a5c0217f02e87117a08a4e497d014fae6a0883 Mon Sep 17 00:00:00 2001 From: Herwin Date: Fri, 16 May 2025 19:57:50 +0200 Subject: [PATCH 1/3] Add Ruby 3.4 to the test matrix --- .github/workflows/ci.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 554d166..0a7ace8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - ruby-3.1 - ruby-3.2 - ruby-3.3 + - ruby-3.4 - jruby-9.3.0 os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index f544393..bee4fef 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ versions: * Ruby 3.1 * Ruby 3.2 * Ruby 3.3 +* Ruby 3.4 * JRuby 9.3 If something doesn't work on one of these versions, it's a bug. From 73ccc66b61564a31eb9a5229703fa73ba54c4617 Mon Sep 17 00:00:00 2001 From: Herwin Date: Mon, 19 May 2025 08:44:11 +0200 Subject: [PATCH 2/3] Bump tested JRuby version to 9.4 and 10.0 The 9.3 release appears to not work anymore. --- .github/workflows/ci.yml | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a7ace8..51149ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,8 @@ jobs: - ruby-3.2 - ruby-3.3 - ruby-3.4 - - jruby-9.3.0 + - jruby-9.4.0 + - jruby-10.0.0 os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} steps: diff --git a/README.md b/README.md index bee4fef..ca79ce3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ versions: * Ruby 3.2 * Ruby 3.3 * Ruby 3.4 -* JRuby 9.3 +* JRuby 9.4 +* JRuby 10.0 If something doesn't work on one of these versions, it's a bug. From 9ae681c72785657ca873b24746685216a35a637c Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 19 May 2025 06:17:43 -0600 Subject: [PATCH 3/3] Update .github/workflows/ci.yml --- .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 51149ea..a102b1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - ruby-3.2 - ruby-3.3 - ruby-3.4 - - jruby-9.4.0 + - jruby-9.4.12 - jruby-10.0.0 os: [ ubuntu-latest ] runs-on: ${{ matrix.os }}