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:
parent
21340303c2
commit
9aea438768
1 changed files with 2 additions and 0 deletions
2
.github/workflows/spec_guards.yml
vendored
2
.github/workflows/spec_guards.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue