From 55c9c658bd6db1b317dc71de6edfefc96ca10a83 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 31 May 2023 18:11:18 +0200 Subject: [PATCH] ruby/spec no longer supports 2.7 since it is EOL --- .github/workflows/spec_guards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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