Skip to content

Commit

Permalink
CI: run Rubocop on Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orien authored and albus522 committed Oct 13, 2023
1 parent 040006c commit 21aa39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
- name: Generate lockfile for cache key
run: bundle lock
- name: Cache gems
Expand Down

0 comments on commit 21aa39e

Please sign in to comment.