Skip to content

Update highline requirement from ~> 2.1 to >= 2.1, < 4.0 #37

Update highline requirement from ~> 2.1 to >= 2.1, < 4.0

Update highline requirement from ~> 2.1 to >= 2.1, < 4.0 #37

Workflow file for this run

name: Build Cfer
on: [push]
jobs:
Build:
strategy:
matrix:
os: [ubuntu, macos]
ruby: ["2.7", "3.0", "3.1"]
runs-on: ${{matrix.os}}-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- run: bundle install --without debug --jobs=3 --retry=3
- run: bundle exec rspec
- run: bundle exec yard