From 1de6bfd219e43996b887f9f6ea879cb20bfe4b91 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Sun, 12 Jan 2025 12:22:26 +0100 Subject: [PATCH] Update JRuby on 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 a82bf7b..cb50011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: matrix: os: ["ubuntu-latest"] redis: ["6.2"] - ruby: ["ruby-head", "3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby-9.3.6.0", "truffleruby"] + ruby: ["ruby-head", "3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "jruby", "truffleruby"] runs-on: ${{ matrix.os }} steps: - name: Check out code