Skip to content

Commit 2bb7ca5

Browse files
authored
Run rubocop with ruby 3.2.1 (#853)
1 parent ce281e1 commit 2bb7ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rubocop.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212

13-
- name: Set up Ruby 2.7
13+
- name: Set up Ruby 3.2.1
1414
uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: 2.7
16+
ruby-version: 3.2.1
1717
bundler-cache: true
1818

1919
- name: Run rubocop

0 commit comments

Comments
 (0)