Skip to content

[bundler] Bump globalid from 1.3.0 to 1.4.0 in the monthly group (#213) #388

[bundler] Bump globalid from 1.3.0 to 1.4.0 in the monthly group (#213)

[bundler] Bump globalid from 1.3.0 to 1.4.0 in the monthly group (#213) #388

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.3, 3.4]
steps:
- uses: actions/checkout@v7
with:
show-progress: 'false'
- uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec appraisal install
- run: bundle exec appraisal rake