Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Feb 16, 2025
1 parent 1d33793 commit 715a7a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
stability: [prefer-stable]
laravel: [10.*, 11.*]
include:
- php: 8.3
coverage: true

- laravel: 10.*
testbench: 8.*

Expand Down Expand Up @@ -56,6 +59,7 @@ jobs:

- name: 🚀 Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
if: contains(${{ matrix.coverage }}, true)
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./clover.xml
Expand Down

0 comments on commit 715a7a1

Please sign in to comment.