Skip to content

Dropped support for Ruby < 3.2 and Rails < 7.1 #24

Dropped support for Ruby < 3.2 and Rails < 7.1

Dropped support for Ruby < 3.2 and Rails < 7.1 #24

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- run: bundle exec rake test