From 44cf8495ea899a5b29648a96f55d12807302775c Mon Sep 17 00:00:00 2001 From: Igor Victor Date: Fri, 9 Apr 2021 13:26:21 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 089c9d6..900f56f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,13 +7,13 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - ruby: [2.4, 2.7, 3.0] + ruby: [2.4, 2.7, 3.0, truffleruby-head] steps: - uses: actions/checkout@master - name: Sets up the Ruby version - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}