Skip to content

Bump version to 2.1.6 #12

Bump version to 2.1.6

Bump version to 2.1.6 #12

Workflow file for this run

name: Rspec test suite
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec