summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-09-09 21:57:12 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit0de84bb763dab21daa39e73d0b4d62c8aa503d3e (patch)
tree890070cb797c9daa87cf68078c2852c4083e871e
parentf752382688f18b98ac36aff10158309b4cf91e1c (diff)
.github/workflows/baseruby.yml: check Ruby 3.0
Why not?
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4815
-rw-r--r--.github/workflows/baseruby.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml
index 532d4a998d..788ca8f474 100644
--- a/.github/workflows/baseruby.yml
+++ b/.github/workflows/baseruby.yml
@@ -15,6 +15,7 @@ jobs:
# - ruby-2.5
# - ruby-2.6
- ruby-2.7
+ - ruby-3.0
steps:
- uses: actions/checkout@v2