Skip to content

[bundler] Bump activerecord from 7.1.3.2 to 7.1.3.4 #34

[bundler] Bump activerecord from 7.1.3.2 to 7.1.3.4

[bundler] Bump activerecord from 7.1.3.2 to 7.1.3.4 #34

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: [3.2.2]
experimental: [false]
steps:
- uses: actions/checkout@v4
with:
show-progress: 'false'
- 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