From e2335530ce3daf9b574561e7b3edea32ff9bef8c Mon Sep 17 00:00:00 2001 From: Juli Tera Date: Tue, 27 May 2025 09:17:05 -0700 Subject: [PATCH 1/2] Update CI to include 3.4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 635f58f..728ff56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: - main env: - ruby_version: 3.3 + ruby_version: 3.4 jobs: test: @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7, '3.0', 3.1, 3.2, 3.3, jruby-9.4] + ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4, jruby-9.4] rails: [7.1, 7.2, '8.0', main] exclude: From 65cccfbd45a78b74795cf370ad7acb8782e488ba Mon Sep 17 00:00:00 2001 From: Juli Tera Date: Wed, 28 May 2025 08:14:44 -0700 Subject: [PATCH 2/2] Add Jruby 10 to CI --- .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 728ff56..5582cfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4, jruby-9.4] + ruby: [2.7, '3.0', 3.1, 3.2, 3.3, 3.4, jruby-9.4, jruby-10.0] rails: [7.1, 7.2, '8.0', main] exclude: