diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-06 13:59:28 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-06 15:35:34 +0900 |
| commit | 86fc40edfcdc57f999c5c02106ef554d73065660 (patch) | |
| tree | 49ef3b4fa2fc0e652c98aaf8a4876bf62a32aebf | |
| parent | 35bd3d110fb2b41b107423c26042c8404e295214 (diff) | |
We should support ruby/spec with Ruby 3.1 and 3.2
| -rw-r--r-- | .github/workflows/spec_guards.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index 3b32a9f434..1c27a88767 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -39,10 +39,8 @@ 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 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
