From 472e7d9d5d7c5801e8f16c58139f8f59b49298b5 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Sun, 16 Nov 2025 10:36:09 +0900 Subject: [PATCH] Temporarily exclude Ruby 3.2 with Rails 8.1 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c1ef6d4..af7939e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: exclude: - { ruby: '3.1', rails: '8.0' } - { ruby: '3.1', rails: '8.1' } + - { ruby: '3.2', rails: '8.1' } # FIXME: Temporarily exclude because it's unstable. env: RAILS_VERSION: "${{ matrix.rails }}"