Skip to content

Commit

Permalink
Use the minimum required Ruby version in RuboCop of CI matrix
Browse files Browse the repository at this point in the history
Follow up to 3148760.
  • Loading branch information
koic committed Aug 28, 2021
1 parent c3fd962 commit 43de3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 2.5
- run: bundle install
- run: bundle exec rubocop

0 comments on commit 43de3f1

Please sign in to comment.