Skip to content

chore: Version bump to 0.6.0 #71

chore: Version bump to 0.6.0

chore: Version bump to 0.6.0 #71

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: ["3.2", "3.1", "3.0"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: bundle exec rake test