Skip to content

Commit 2f6de87

Browse files
committed
Exclude Phpunit 11 on PHP 8.2
1 parent b764a36 commit 2f6de87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
include:
1717
- laravel: 11.*
1818
testbench: 9.*
19+
exclude:
20+
- php: 8.2
21+
phpunit: 11.*
1922

2023
name: P${{ matrix.php }} - L${{ matrix.laravel }} PU${{ matrix.phpunit }} - ${{ matrix.stability }}
2124

0 commit comments

Comments
 (0)