Skip to content

Bump min Ruby version to 3.1 #171

Bump min Ruby version to 3.1

Bump min Ruby version to 3.1 #171

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.3']
gemfile: ['Gemfile', 'Gemfile.rails71']
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: ./script/test ${{matrix.gemfile}}