Skip to content

Bump ruby/setup-ruby from 1.229.0 to 1.231.0 in the github-actions group #237

Bump ruby/setup-ruby from 1.229.0 to 1.231.0 in the github-actions group

Bump ruby/setup-ruby from 1.229.0 to 1.231.0 in the github-actions group #237

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1.2', '3.1.4', '3.2.2', '3.2.3', '3.3.0', '3.3.1', '3.4.0', '3.4.2' ]
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@d8d83c3960843afb664e821fed6be52f37da5267 # pin@v1.231.0
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: bootstrap
run: script/bootstrap
- name: test
run: script/test