.github/workflows/baseruby.yml: check Ruby 3.0

Why not?
This commit is contained in:
卜部昌平 2021-09-09 21:57:12 +09:00
parent f752382688
commit 0de84bb763
Notes: git 2021-09-10 20:00:59 +09:00

View File

@ -15,6 +15,7 @@ jobs:
# - ruby-2.5
# - ruby-2.6
- ruby-2.7
- ruby-3.0
steps:
- uses: actions/checkout@v2