Skip to content

Drop Ruby < 2.7 and deal with kwargs (#44) #33

Drop Ruby < 2.7 and deal with kwargs (#44)

Drop Ruby < 2.7 and deal with kwargs (#44) #33

Workflow file for this run

---
name: CI
on:
- pull_request
- push
concurrency:
group: ${{ github.ref_name }}
cancel-in-progress: true
jobs:
test:
name: Ruby
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- "2.7"
- "3.0"
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake