From c091b7af300d6b59f2e6b6cde7f87812b2783c3e Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 23 Mar 2026 23:15:47 +0100 Subject: [PATCH] Run CI against ruby-head-debug --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a79be45..38f9494b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: env: - "" include: + - { os: ubuntu-latest , ruby: debug } - { os: ubuntu-24.04-arm, ruby: 3.4 } - { os: ubuntu-latest , ruby: 3.4, env: "JSON_DISABLE_SIMD=1" } - { os: ubuntu-latest , ruby: 3.4, env: "JSON_DEBUG=1" }