From be77c9edcc093f2db48608603d09e105e268a8a8 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 23 May 2024 02:27:57 -0400 Subject: [PATCH] ci: add jruby coverage --- .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 e56e0a5..2eac284 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "head"] + ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "head", "jruby-9.4", "jruby-head"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4