Skip to content

Bump activesupport from 7.0.4.3 to 7.0.7.2 (#329) #298

Bump activesupport from 7.0.4.3 to 7.0.7.2 (#329)

Bump activesupport from 7.0.4.3 to 7.0.7.2 (#329) #298

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: [2.7, '3.0', 3.1, 3.2, head]
gemfile: [rubocop-next, rubocop-old]
runs-on: ubuntu-latest
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: gemfiles/Gemfile.${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rspec