We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c353e50 commit b4e33b5Copy full SHA for b4e33b5
.github/workflows/check.yml
@@ -102,7 +102,7 @@ jobs:
102
dependency-versions: ${{ matrix.dependency-versions }}
103
- run: task test -- --colors=always --coverage-clover coverage.xml
104
- if: ${{ matrix.php == '8.1' && matrix.dependency-versions == 'lowest' }}
105
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
106
env:
107
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
108
0 commit comments