Skip to content

Commit 715a7a1

Browse files
committed
fix CI
1 parent 1d33793 commit 715a7a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

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

@@ -56,6 +59,7 @@ jobs:
5659

5760
- name: 🚀 Upload coverage reports to Codecov
5861
uses: codecov/codecov-action@v5
62+
if: contains(${{ matrix.coverage }}, true)
5963
with:
6064
token: ${{ secrets.CODECOV_TOKEN }}
6165
files: ./clover.xml

0 commit comments

Comments
 (0)