Skip to content

Bump gem version now that it supports rails 8 #23

Bump gem version now that it supports rails 8

Bump gem version now that it supports rails 8 #23

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
activerecord:
- '6.0'
- '6.1'
- '7.0'
- '7.1'
- '7.2'
- '8.0'
exclude:
- activerecord: '7.2'
ruby: '2.7'
- activerecord: '7.2'
ruby: '3.0'
- activerecord: '8.0'
ruby: '2.7'
- activerecord: '8.0'
ruby: '3.0'
- activerecord: '8.0'
ruby: '3.1'
name: Ruby ${{ matrix.ruby }} / ActiveRecord ${{ matrix.activerecord }}
env:
AR: ~> ${{ matrix.activerecord }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: |
bundle exec rake