Skip to content

Commit

Permalink
Merge pull request #675 from voxpupuli/rubyyyy
Browse files Browse the repository at this point in the history
CI: Run rubocop on latest ruby
  • Loading branch information
bastelfreak committed Apr 26, 2024
2 parents 6d99fee + 040b0bd commit 03d82a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true
- name: Run tests
run: bundle exec rake rubocop
Expand Down

0 comments on commit 03d82a1

Please sign in to comment.