Skip to content

Commit 5b68363

Browse files
authored
Merge pull request #250 from jrafanie/update_coverage_to_latest_ruby_rails
Use ruby 3.1 for code coverage
2 parents ae97093 + 356533c commit 5b68363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Run tests
2929
run: bundle exec rake
3030
- name: Report code coverage
31-
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}"
31+
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
3232
continue-on-error: true
3333
uses: paambaati/codeclimate-action@v8

0 commit comments

Comments
 (0)