Skip to content

Commit a337256

Browse files
committed
Check coverage on ruby 4.0
1 parent b2ecdf7 commit a337256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
bundler-cache: true
3939
- run: bundle exec rake
4040
- uses: codecov/codecov-action@v2
41-
if: ${{ matrix.os == 'ubuntu' && matrix.ruby == '3.0' }}
41+
if: ${{ matrix.os == 'ubuntu' && matrix.ruby == '4.0' }}
4242
with:
4343
file: ./coverage/coverage.xml
4444
fail_ci_if_error: true

0 commit comments

Comments
 (0)