From 0c34623a55c239e1f2b194853d47cb1062a5f569 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Fri, 7 May 2021 12:12:25 +0200 Subject: [PATCH] Add jruby and truffle-ruby --- .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 502f256..db2454c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.0', '2.7', '2.6', '2.5' ] + ruby: [ '3.0', '2.7', '2.6', '2.5', 'jruby', 'truffleruby' ] runs-on: ubuntu-latest steps: - name: Checkout