diff options
author | Benoit Daloze <[email protected]> | 2025-05-10 10:28:14 +0200 |
---|---|---|
committer | Benoit Daloze <[email protected]> | 2025-05-10 10:29:48 +0200 |
commit | 7add6b2ac333ad0940c27245721ad8b65db5ebca (patch) | |
tree | 767530f3dfca141aee83430ff22faad627f34d98 | |
parent | 3c37d6ffcf3a55e18caa147bd0c97424ab6598c5 (diff) |
ruby/spec has a minimum of Ruby 3.2 now
-rw-r--r-- | .github/workflows/spec_guards.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |