Skip to content

Bump ruby/setup-ruby from 1.188.0 to 1.190.0 in the github-actions group #169

Bump ruby/setup-ruby from 1.188.0 to 1.190.0 in the github-actions group

Bump ruby/setup-ruby from 1.188.0 to 1.190.0 in the github-actions group #169

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