From a3d9247d3021ebc6e70a1bed60aae002451189d5 Mon Sep 17 00:00:00 2001 From: Igor Victor Date: Sun, 18 Sep 2022 22:33:33 +0200 Subject: [PATCH] Update ci.yml --- .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 5dfe0ea..8ebe47f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ ruby-head, '3.1', '3.0', '2.7', '2.6', '2.5' ] + ruby: [ ruby-head, '3.1', '3.0', '2.7', '2.6', '2.5', truffleruby-head ] steps: - name: Checkout uses: actions/checkout@v2