Skip to content

build(deps): bump ruby/setup-ruby from 1.299.0 to 1.306.0 in the github-actions group #498

build(deps): bump ruby/setup-ruby from 1.299.0 to 1.306.0 in the github-actions group

build(deps): bump ruby/setup-ruby from 1.299.0 to 1.306.0 in the github-actions group #498

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