Skip to content

Release v1.2.2

Release v1.2.2 #182

Workflow file for this run

on: [push, pull_request]
name: Continuous Integration
jobs:
test:
strategy:
matrix:
ruby: [2.6, 2.7, '3.0', 3.1, 3.2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- run: bundle exec rake spec