Skip to content

update tests, bump version (#30) #18

update tests, bump version (#30)

update tests, bump version (#30) #18

Workflow file for this run

---
name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2]
name: Ruby ${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- run: bundle install
- run: bundle exec rake