From 7add6b2ac333ad0940c27245721ad8b65db5ebca Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 10 May 2025 10:28:14 +0200 Subject: [PATCH] ruby/spec has a minimum of Ruby 3.2 now --- .github/workflows/spec_guards.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index ee6252ba10..ef67e1a505 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -41,7 +41,6 @@ jobs: # Specs from ruby/spec should still run on all supported Ruby versions. # This also ensures the needed ruby_version_is guards are there, see spec/README.md. ruby: - - ruby-3.1 - ruby-3.2 - ruby-3.3 - ruby-3.4