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 8019b13 commit 322c3abCopy full SHA for 322c3ab
.github/workflows/php.yml
@@ -154,7 +154,7 @@ jobs:
154
run: vendor/bin/phpunit --testsuite integration,unit --coverage-text --coverage-clover=coverage.clover
155
156
- name: Code Coverage
157
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
158
# only generate coverage against the latest PHP version
159
if: ${{ matrix.php-version == '8.4' }}
160
with:
0 commit comments