Skip to content

Merge pull request #104 from github/dependabot/bundler/prod-ruby-depe… #491

Merge pull request #104 from github/dependabot/bundler/prod-ruby-depe…

Merge pull request #104 from github/dependabot/bundler/prod-ruby-depe… #491

Workflow file for this run

name: integration
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
integration:
name: integration
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.2.2', '3.2.3', '3.3.0', '3.3.1', '3.4.0', '3.4.2', '3.4.3', '3.4.4' ]
steps:
- name: checkout
uses: actions/checkout@v6.0.0
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: bootstrap
run: script/bootstrap
- name: integration
run: script/integration