diff options
| -rw-r--r-- | .github/workflows/spec_guards.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index 6c04585600..bf784021e0 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -31,7 +31,7 @@ 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-2.7 + - ruby-3.0 - ruby-3.1 - ruby-3.2 |
