Skip to content

Bump activesupport from 7.0.7.1 to 7.0.7.2 #237

Bump activesupport from 7.0.7.1 to 7.0.7.2

Bump activesupport from 7.0.7.1 to 7.0.7.2 #237

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7', '3.0', '3.1' ]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run Tests
run: |
bundle exec rake