From c77a9388e934d8b276db520c809dabadc47ccc3a Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 19 Jan 2021 16:15:55 +0100 Subject: [PATCH] Add TruffleRuby in CI --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5c461c..bfd38f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,8 +7,10 @@ jobs: name: build (${{ matrix.ruby }} / ${{ matrix.os }}) strategy: matrix: - ruby: [ '3.0', 2.7, 2.6, 2.5, head ] + ruby: [ '3.0', 2.7, 2.6, 2.5, head, truffleruby ] os: [ ubuntu-latest, macos-latest, windows-latest ] + exclude: + - { os: windows-latest, ruby: truffleruby } runs-on: ${{ matrix.os }} steps: - name: git config