summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-06 14:00:19 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-06 15:44:06 +0900
commit5d10d1f348145316fa0b84e5c458b41337c46789 (patch)
tree31471d8ce05fe413a9ae288b81ee8b1439c78d89
parentc7c895ce06f30c4d107a38e1514ae76db7fb1620 (diff)
Drop EOL versions and added Ruby 3.1 to ruby/spec
-rw-r--r--.github/workflows/spec_guards.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml
index dee882904e..c47d70806b 100644
--- a/.github/workflows/spec_guards.yml
+++ b/.github/workflows/spec_guards.yml
@@ -26,8 +26,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
steps:
- uses: actions/checkout@v3