From 10713a0b06d778fa3dc7927efe9c346e3c75777a Mon Sep 17 00:00:00 2001 From: James Miller Date: Fri, 26 May 2023 17:14:11 -0700 Subject: [PATCH] Try different JRuby version --- .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 8671f59..e15f78f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", jruby] + ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", jruby-9.4.2.0] steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1