Skip to content

Commit

Permalink
ci: only run Rubocop with latest Ruby (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Mar 8, 2024
1 parent d029100 commit 64883ef
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,14 @@ concurrency:
jobs:
lint:
name: Linting
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ruby: ['2.7', '3.0', '3.1', '3.2']

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
ruby-version: '3.2'
bundler-cache: true

- name: Ruby rubocop
Expand Down

0 comments on commit 64883ef

Please sign in to comment.