Skip to content

Commit daf7e02

Browse files
committed
Use Ruby 2.6 to run rubocop
.
1 parent 031911a commit daf7e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: "2.5"
21+
ruby-version: "2.6"
2222
- name: Set up Gems
2323
run: |
2424
gem update --system --no-document

0 commit comments

Comments
 (0)