Skip to content

Commit 35d5155

Browse files
committed
fix CI tests
1 parent 75af5c2 commit 35d5155

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
@@ -19,6 +19,9 @@ jobs:
1919

2020
- laravel: 11.*
2121
testbench: 9.*
22+
exclude:
23+
- laravel: 11.*
24+
php: 8.1
2225

2326
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2427

@@ -56,6 +59,7 @@ jobs:
5659
uses: codecov/codecov-action@v5
5760
with:
5861
token: ${{ secrets.CODECOV_TOKEN }}
62+
flags: php${{ matrix.php }}-laravel${{ matrix.laravel }}
5963
files: ./clover.xml
6064
fail_ci_if_error: true
6165
# verbose: true

0 commit comments

Comments
 (0)