Skip to content

Merge pull request #28 from petergoldstein/feature/add_ruby_3_2_to_ci #1

Merge pull request #28 from petergoldstein/feature/add_ruby_3_2_to_ci

Merge pull request #28 from petergoldstein/feature/add_ruby_3_2_to_ci #1

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: Tests
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
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 rake