Skip to content

fix: bump state_machines min to 0.101.0 and update checkout to v6 #72

fix: bump state_machines min to 0.101.0 and update checkout to v6

fix: bump state_machines min to 0.101.0 and update checkout to v6 #72

Workflow file for this run

name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: ['3.4', '4.0']
gemfiles:
- gemfiles/active_model_7.2.gemfile
- gemfiles/active_model_8.0.gemfile
- gemfiles/active_model_8.1.gemfile
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfiles }}
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rake