Skip to content

Merge pull request #467 from github/dependabot/bundler/rubocop-1.89.0 #407

Merge pull request #467 from github/dependabot/bundler/rubocop-1.89.0

Merge pull request #467 from github/dependabot/bundler/rubocop-1.89.0 #407

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby_version: ["3.3", "3.4", "4.0"]
steps:
- uses: actions/checkout@v7
- name: Update .ruby-version with matrix value
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # pin@v1.321.0
with:
bundler-cache: true
- name: test
run: script/test