Skip to content

Commit 591c884

Browse files
committed
Bump ruby version for Rubocop
We should run rubocop using the latest Ruby version.
1 parent 1dd7dcc commit 591c884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- name: Set up Ruby 2.7
17+
- name: Set up Ruby 3.1
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 2.7
20+
ruby-version: 3.1
2121
bundler-cache: true
2222

2323
- name: Run RuboCop

0 commit comments

Comments
 (0)