Skip to content

Bump rubocop-performance from 1.25.0 to 1.26.0 #189

Bump rubocop-performance from 1.25.0 to 1.26.0

Bump rubocop-performance from 1.25.0 to 1.26.0 #189

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.1", "3.2", "3.3", "3.4"]
steps:
- uses: actions/checkout@v5
- name: Update .ruby-version with matrix value
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
- uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # [email protected]
with:
bundler-cache: true
- name: test
run: script/test