diff options
author | Andrew Konchin <[email protected]> | 2025-03-27 00:25:15 +0200 |
---|---|---|
committer | Benoit Daloze <[email protected]> | 2025-03-27 11:09:24 +0100 |
commit | c577416b27337e94df2db38c0a7925994188ac07 (patch) | |
tree | 7384d64a06bcc63bbd4f2628dbaaa520aade66fe | |
parent | bac22c985ecc7e4309b5b5e5ae1074c81319e889 (diff) |
Do not run ruby/spec on CI on Ruby 3.0
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12984
-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 c08cf2ff88..37d58cea24 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.0 - ruby-3.1 - ruby-3.2 - ruby-3.3 |