From 35920d27e5e9508e14e2576e4226c368bd30b74f Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 5 Jan 2026 09:55:48 -0300 Subject: [PATCH] Exclude Rails main + Ruby 3.2 It dropped support to Ruby 3.2 which is expected to be EOL by 2026-03-31. --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc4bedea..6881eda8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,8 @@ jobs: ruby: '3.0' - gemfile: Gemfile ruby: '2.7' + - gemfile: gemfiles/Gemfile-rails-main + ruby: '3.2' - gemfile: gemfiles/Gemfile-rails-main ruby: '3.1' - gemfile: gemfiles/Gemfile-rails-main