Skip to content

Bump activesupport from 7.0.4 to 7.0.7.1 (#47) #8

Bump activesupport from 7.0.4 to 7.0.7.1 (#47)

Bump activesupport from 7.0.4 to 7.0.7.1 (#47) #8

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
specs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.1', '3.2', '3.3']
runs-on: ubuntu-latest
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake