Skip to content

Relax the highline dependency to allow version 3 and higher #14

Relax the highline dependency to allow version 3 and higher

Relax the highline dependency to allow version 3 and higher #14

Workflow file for this run

---
name: Test
"on": [pull_request]
jobs:
rspec:
name: RSpec
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 2.4.x
- 2.5.x
- 2.6.x
- 2.7.x
steps:
- uses: actions/checkout@v1
- uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: |
gem install bundler --no-document
bundle install
- name: RSpec
run: |
rspec