Skip to content

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

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

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

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