Skip to content

Update ruby version #17

Update ruby version

Update ruby version #17

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '3.1', '3.2']
gemfile:
- activemodel_6_1
- activemodel_7_0
- activemodel_7_1
name: Ruby ${{ matrix.ruby }}, ${{ matrix.gemfile }}
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake