Skip to content

Update rspec and relax rake version constraint for Ruby 4.0 compatibility #14

Update rspec and relax rake version constraint for Ruby 4.0 compatibility

Update rspec and relax rake version constraint for Ruby 4.0 compatibility #14

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 3.2
- 3.3
- 3.4
name: "Tests: Ruby ${{ matrix.ruby }}"
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: Test
run: bundle exec rspec