Skip to content

fix: lock GoodJob dependency to < 4.0 (#211) #289

fix: lock GoodJob dependency to < 4.0 (#211)

fix: lock GoodJob dependency to < 4.0 (#211) #289

name: judoscale-rails tests
defaults:
run:
working-directory: judoscale-rails
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
gemfile:
- Gemfile
- Gemfile-rails-7-0
- Gemfile-rails-6-1
ruby:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
exclude:
- gemfile: Gemfile
ruby: "2.6"
- gemfile: Gemfile-rails-7-0
ruby: "2.6"
runs-on: ubuntu-latest
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/judoscale-rails/${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs bundle install and caches installed gems automatically
- run: bundle exec rake