Skip to content

Commit 224ca95

Browse files
authored
Merge pull request #29 from willnet/use-latest-ruby-to-rubocop
Use the latest stable Ruby to run rubocop
2 parents 29d84f1 + 3b6e542 commit 224ca95

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)