From 1521fa1c459c2455a81600a13733a17f439d7c2b Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Sun, 9 Nov 2025 23:54:28 -0800 Subject: [PATCH] chore: Disable CI on truffleruby Signed-off-by: Daniel Azuma --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1748e31..faf34cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,10 @@ jobs: - os: ubuntu-latest ruby: jruby flags: "--test --cucumber" - - os: ubuntu-latest - ruby: truffleruby - flags: "--test --cucumber" + # TEMPORARY: Disable truffleruby due to some issues with bundler + # - os: ubuntu-latest + # ruby: truffleruby + # flags: "--test --cucumber" - os: macos-latest ruby: "3.4" flags: "--test --cucumber"