From b6de3f06d73130ada4ef576e02c919dc8bee7a19 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 12 Oct 2024 12:28:00 +0200 Subject: [PATCH] Add truffleruby in CI now that the test suite is passing on it --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c745cb..a9c7d7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,11 @@ jobs: ruby-version: - "3.2" - "3.3" + - "truffleruby" - "head" + exclude: + - { os: "windows-latest", ruby-version: "truffleruby" } + runs-on: ${{ matrix.os }} steps: - uses: "actions/checkout@v4"