Skip to content

Bump ruby/setup-ruby from 1.183.0 to 1.186.0 in the github-actions group #200

Bump ruby/setup-ruby from 1.183.0 to 1.186.0 in the github-actions group

Bump ruby/setup-ruby from 1.183.0 to 1.186.0 in the github-actions group #200

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@2a9a743e19810b9f3c38060637daf594dbd7b37f # pin@v1.186.0
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: bootstrap
run: script/bootstrap
- name: test
run: script/test -d -k