Skip to content

Commit

Permalink
[WIP] Use ruby 3.1 and rails 7 for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Aug 2, 2024
1 parent ed84ea0 commit daf3696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' && matrix.rails-version == '6.1' }}
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' && matrix.rails-version == '7.0' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v8

0 comments on commit daf3696

Please sign in to comment.