Skip to content

Bump ruby/setup-ruby from 1.179.0 to 1.179.1 in the github-actions group #143

Bump ruby/setup-ruby from 1.179.0 to 1.179.1 in the github-actions group

Bump ruby/setup-ruby from 1.179.0 to 1.179.1 in the github-actions group #143

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