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 fdfc819 commit 883a699Copy full SHA for 883a699
1 file changed
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
run: vendor/bin/pest --parallel --coverage --min=80 --coverage-clover=coverage.xml
50
51
- name: Upload coverage to Codecov
52
- if: matrix.php == '8.3'
+ if: matrix.php == '8.5'
53
uses: codecov/codecov-action@v5
54
with:
55
files: coverage.xml
0 commit comments