summaryrefslogtreecommitdiff
path: root/.github/workflows/baseruby.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2022-01-19 13:43:52 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2022-01-19 15:38:02 +0900
commite4f8d5b2f516a88d1a704cc355e5d21255aea738 (patch)
tree18c0a95fd23a3879d68b0418616503bc81bdd9b2 /.github/workflows/baseruby.yml
parentd22511fd7595ef1819baa42851d598d95b8f4d00 (diff)
.github/workflows: BASERUBY check for Ruby 3.1
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5463
Diffstat (limited to '.github/workflows/baseruby.yml')
-rw-r--r--.github/workflows/baseruby.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml
index cf86c2d7d7..4930028db0 100644
--- a/.github/workflows/baseruby.yml
+++ b/.github/workflows/baseruby.yml
@@ -29,8 +29,9 @@ jobs:
# - ruby-2.4
# - ruby-2.5
# - ruby-2.6
- - ruby-2.7
+# - ruby-2.7
- ruby-3.0
+ - ruby-3.1
steps:
- uses: actions/checkout@v2