summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2023-05-31 18:11:18 +0200
committerBenoit Daloze <eregontp@gmail.com>2023-05-31 18:11:18 +0200
commit55c9c658bd6db1b317dc71de6edfefc96ca10a83 (patch)
treea45831aa945589a55a629b2d547ef89ce3dd5a33 /.github
parent1ac17693de4e80f7b1e11622dd77376e409cd4ea (diff)
ruby/spec no longer supports 2.7 since it is EOL
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/spec_guards.yml2
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