Skip to content

Bump the dev-ruby-dependencies group across 1 directory with 2 updates #150

Bump the dev-ruby-dependencies group across 1 directory with 2 updates

Bump the dev-ruby-dependencies group across 1 directory with 2 updates #150

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@50ba3386b050ad5b97a41fcb81240cbee1d1821f # [email protected]
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: bootstrap
run: script/bootstrap
- name: rspec tests
run: script/test -d -k