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.
2 parents 5c28445 + 4ac99ed commit 1a735a9Copy full SHA for 1a735a9
.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
108
109
- name: Submit code coverage
110
if: matrix.php-version == '8.2'
111
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
112
113
testsuite-windows:
114
runs-on: windows-2022
@@ -176,7 +176,7 @@ jobs:
176
vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
177
178
179
180
181
cs-stan:
182
name: Coding Standard & Static Analysis
0 commit comments