Skip to content

Bump ruby/setup-ruby from 1.188.0 to 1.191.0 in the github-actions group across 1 directory #234

Bump ruby/setup-ruby from 1.188.0 to 1.191.0 in the github-actions group across 1 directory

Bump ruby/setup-ruby from 1.188.0 to 1.191.0 in the github-actions group across 1 directory #234

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' ]
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # pin@v1.191.0
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: bootstrap
run: script/bootstrap
- name: test
run: script/test -d -k