Use Ruby 2.6 on GitHub Actions
until all of the dependencies are installable on Ruby 2.7 on Windows
This commit is contained in:
parent
80683dde4e
commit
001df60ea0
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Ruby
|
||||
uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ">= 2.5"
|
||||
ruby-version: 2.6.x
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue