From acb36b81c9add88f977352809fef694546f1f8be Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Mon, 22 Jan 2024 12:48:51 -0500 Subject: [PATCH] ci: add truffleruby (stable) and jruby-head --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 37103b0c..d2e583de 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "head", "jruby-9.4", "truffleruby-head"] + ruby-version: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "jruby-9.4", "truffleruby", "head", "jruby-head", "truffleruby-head"] runs-on: ubuntu-latest steps: