Skip to content

Merge pull request #48 from micwoj92/patch-1 #18

Merge pull request #48 from micwoj92/patch-1

Merge pull request #48 from micwoj92/patch-1 #18

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", ruby-head]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # 'bundle install' and cache gems
ruby-version: ${{ matrix.ruby }}
- name: Run tests
run: bundle exec rake