From 86fc40edfcdc57f999c5c02106ef554d73065660 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 6 Nov 2024 13:59:28 +0900 Subject: We should support ruby/spec with Ruby 3.1 and 3.2 --- .github/workflows/spec_guards.yml | 2 -- 1 file changed, 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 -- cgit v1.2.3