Skip to content

Commit 3b6e542

Browse files
committed
Use the latest stable Ruby to run rubocop
Setting `ruby-version: ruby` points to the latest stable version. This removes the need to update the version each time a new Ruby release comes out.
1 parent 29d84f1 commit 3b6e542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: '3.4'
17+
ruby-version: ruby
1818
bundler-cache: true
1919
- name: Run RuboCop
2020
run: bundle exec rubocop

0 commit comments

Comments
 (0)