Skip to content

Commit df19a30

Browse files
committed
Run RuboCop CI step on Ruby 3.3
The gemset is becoming uninstallable on Ruby 2.7 and at least requires Ruby 3.1. Version 3.3 is picked since it's the latest version supported in the CI matrix.
1 parent 14ac85e commit df19a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v4
1010
- uses: ruby/setup-ruby@v1
1111
with:
12-
ruby-version: 2.7.0
12+
ruby-version: 3.3
1313
- name: rubocop
1414
uses: reviewdog/action-rubocop@v2
1515
with:

0 commit comments

Comments
 (0)