Skip to content

Commit

Permalink
Merge pull request #445 from jcoyne/rubocop-verson
Browse files Browse the repository at this point in the history
Run rubocop on a supported version of ruby
  • Loading branch information
grosser authored Jan 24, 2024
2 parents 1a2e59d + 4875c20 commit bbbc18a
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 @@ -29,6 +29,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec rake rubocop

0 comments on commit bbbc18a

Please sign in to comment.