From ca8a36769e0db392e0ddb8d27e492d15052046b0 Mon Sep 17 00:00:00 2001 From: Igor Victor Date: Wed, 7 Apr 2021 01:40:21 +0200 Subject: [PATCH] Update ci.yml (#975) --- .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 b1a38a6f..8499e48e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, jruby-9.2.16.0] + ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, jruby-9.2.16.0, truffleruby-head] steps: - uses: actions/checkout@v2 - name: Set up Ruby