summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-15 18:11:20 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-16 17:15:02 +0900
commit2ae9da23c5c112c5d53ab15ac1301274a91d598d (patch)
tree8d20c7a656b05fb078a5bf4142c846e37b81959a
parent6328db3c7e2dcc93b78eba48b37beff96ede71c8 (diff)
Check with the latest stable
-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 3f829650d5..06987a6cff 100644
--- a/.github/workflows/spec_guards.yml
+++ b/.github/workflows/spec_guards.yml
@@ -27,7 +27,7 @@ jobs:
# 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@v2