Skip to content

Commit cc88ed3

Browse files
committed
[WIP] Use ruby 3.1 and rails 7 for code coverage
1 parent 7707684 commit cc88ed3

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
@@ -44,6 +44,6 @@ jobs:
4444
- name: Run tests
4545
run: bundle exec rake
4646
- name: Report code coverage
47-
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}"
47+
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
4848
continue-on-error: true
4949
uses: paambaati/codeclimate-action@v8

0 commit comments

Comments
 (0)