Skip to content

Bump the dev-ruby-dependencies group with 4 updates #151

Bump the dev-ruby-dependencies group with 4 updates

Bump the dev-ruby-dependencies group with 4 updates #151

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