From aea3244a7d699397dd11257096133608d19cc27a Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Tue, 31 Dec 2024 16:29:13 -0500 Subject: [PATCH] ci: add ruby 3.4, drop jruby-head because jruby-head continues to have the jar-dependencies problem --- .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 ef37c14..0f845fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "head", "truffleruby-head", "jruby-9.4", "jruby-head"] + ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "head", "truffleruby-head", "jruby-9.4"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4