Skip to content

Bump activesupport from 7.0.4.3 to 7.0.7.2 #18

Bump activesupport from 7.0.4.3 to 7.0.7.2

Bump activesupport from 7.0.4.3 to 7.0.7.2 #18

Workflow file for this run

name: Ruby
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake