Skip to content

Commit

Permalink
Remove version constraint for coverage
Browse files Browse the repository at this point in the history
Uses the Rails version specified in Gemfile.lock.
  • Loading branch information
boardfish committed Aug 21, 2024
1 parent 2fdd309 commit d87e000
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 @@ -132,4 +132,4 @@ jobs:
run: |
bundle exec rake coverage:report
env:
RAILS_VERSION: '~> 7.1.0'
RAILS_VERSION: '~> 7'

0 comments on commit d87e000

Please sign in to comment.