Commit 9b43d6a
committed
fix: Support multiple Orchestra Testbench versions for Laravel 10-12 compatibility
The package now accepts orchestra/testbench ^8.0, ^9.0, or ^10.0 to ensure compatibility with different Laravel versions:
- Laravel 10.* requires testbench ^8.0
- Laravel 11.* requires testbench ^9.0
- Laravel 12.* requires testbench ^10.0
This fixes CI test failures across all PHP 8.2/8.3 and Laravel 10/11 matrix combinations with both prefer-lowest and prefer-stable dependency strategies.
Tested locally with:
- prefer-stable: All 243 tests passing
- prefer-lowest: All 243 tests passing (Laravel 10.0.0 + Testbench 8.0.0)1 parent f8b0268 commit 9b43d6a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments