Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0a1d69d

Browse files
committedFeb 16, 2025··
wip
1 parent 715a7a1 commit 0a1d69d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎.github/workflows/tests.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
stability: [prefer-stable]
1515
laravel: [10.*, 11.*]
1616
include:
17-
- php: 8.3
18-
coverage: true
19-
2017
- laravel: 10.*
2118
testbench: 8.*
2219

@@ -59,9 +56,8 @@ jobs:
5956

6057
- name: 🚀 Upload coverage reports to Codecov
6158
uses: codecov/codecov-action@v5
62-
if: contains(${{ matrix.coverage }}, true)
6359
with:
6460
token: ${{ secrets.CODECOV_TOKEN }}
6561
files: ./clover.xml
6662
fail_ci_if_error: true
67-
verbose: true
63+
# verbose: true

0 commit comments

Comments
 (0)
Please sign in to comment.