Skip to content

Release 1.1.2

Release 1.1.2 #15

Workflow file for this run

name: ci
on:
- pull_request
- push
jobs:
build:
strategy:
fail-fast: false
matrix:
ruby:
- 2.7
- '3.0'
- 3.1
- 3.2
- 3.3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # 'bundle install' and cache gems
- name: Run rake
run: bundle exec rake