Skip to content

Commit 883a699

Browse files
committed
Upload coverage to Codecov from PHP 8.5 matrix instead of 8.3
1 parent fdfc819 commit 883a699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: vendor/bin/pest --parallel --coverage --min=80 --coverage-clover=coverage.xml
5050

5151
- name: Upload coverage to Codecov
52-
if: matrix.php == '8.3'
52+
if: matrix.php == '8.5'
5353
uses: codecov/codecov-action@v5
5454
with:
5555
files: coverage.xml

0 commit comments

Comments
 (0)