Skip to content

Commit

Permalink
Use Ruby 2.6 to run rubocop
Browse files Browse the repository at this point in the history
.
  • Loading branch information
byroot committed Jan 16, 2023
1 parent 031911a commit daf7e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "2.5"
ruby-version: "2.6"
- name: Set up Gems
run: |
gem update --system --no-document
Expand Down

0 comments on commit daf7e02

Please sign in to comment.