Skip to content

update supported Ruby versions (#29) #96

update supported Ruby versions (#29)

update supported Ruby versions (#29) #96

Workflow file for this run

name: Test suite
on:
- push
env:
CI: true
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 3.1.5
- 3.2.4
- 3.3.1
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: gem install bundler --version 2.5.5 --no-document
- run: bundle
- run: rake