Skip to content

Update rubocop requirement from ~> 1.76.0 to ~> 1.80.1 #267

Update rubocop requirement from ~> 1.76.0 to ~> 1.80.1

Update rubocop requirement from ~> 1.76.0 to ~> 1.80.1 #267

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
workflow_dispatch:
permissions:
contents: read
jobs:
test:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest']
ruby: ['3.2', '3.3', '3.4']
experimental: [false]
include:
- os: 'ubuntu-latest'
ruby: 'head'
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Test
run: bundle exec rake