Skip to content

Commit 2b7e621

Browse files
committed
Fix Test Matrix
1 parent c5e6426 commit 2b7e621

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
@@ -16,11 +16,15 @@ jobs:
1616
include:
1717
- laravel: 11.*
1818
testbench: 9.*
19+
phpunit: 10.*
1920
- laravel: 12.*
2021
testbench: 10.*
22+
phpunit: 11.*
2123
exclude:
2224
- php: 8.2
2325
phpunit: 11.*
26+
- laravel: 12.*
27+
phpunit: 10.*
2428

2529
name: P${{ matrix.php }} - L${{ matrix.laravel }} PU${{ matrix.phpunit }} - ${{ matrix.stability }}
2630

0 commit comments

Comments
 (0)