From 097e895b7b5ffccba51f76e90ab8cdde42838351 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 15 Feb 2023 19:47:49 +0100 Subject: [PATCH] Test the truffleruby release too --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7465b8a..0071eb1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.2', '3.1', '3.0', '2.7', head, jruby, truffleruby-head ] + ruby: [ '3.2', '3.1', '3.0', '2.7', head, jruby, truffleruby, truffleruby-head ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: