1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add 3.0 top sepc guards

* Needs WEBrick
This commit is contained in:
Nobuyoshi Nakada 2020-12-26 16:37:39 +09:00 committed by NARUSE, Yui
parent 21340303c2
commit 9aea438768

View file

@ -15,6 +15,7 @@ jobs:
- ruby-2.5
# - ruby-2.6
- ruby-2.7
- ruby-3.0
steps:
- uses: actions/checkout@v2
@ -22,6 +23,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler: none
- run: gem install webrick
- run: ruby ../mspec/bin/mspec
working-directory: spec/ruby
- uses: k0kubun/action-slack@v2.0.0