Skip to content

fix(deps): bump rubocop from 1.86.2 to 1.87.0 in the bundler-non-major group #184

fix(deps): bump rubocop from 1.86.2 to 1.87.0 in the bundler-non-major group

fix(deps): bump rubocop from 1.86.2 to 1.87.0 in the bundler-non-major group #184

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.4', '4.0']
steps:
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run RSpec tests
run: bundle exec rspec