Skip to content

Commit 29bcf5e

Browse files
fix(ci): use testbench ^9.14 for Laravel 11 compatibility
Changed from ^9.0 to ^9.14 to avoid dependency conflicts with Pest 4.0. Testbench 9.0.0 has conflicts with nunomaduro/collision and phpunit versions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f68e7a4 commit 29bcf5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- laravel: 12.*
2929
testbench: ^10.6
3030
- laravel: 11.*
31-
testbench: ^9.0
31+
testbench: ^9.14
3232

3333
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3434

@@ -77,7 +77,7 @@ jobs:
7777
- laravel: 12.*
7878
testbench: ^10.6
7979
- laravel: 11.*
80-
testbench: ^9.0
80+
testbench: ^9.14
8181

8282
name: Redis Integration - P${{ matrix.php }} - L${{ matrix.laravel }}
8383

0 commit comments

Comments
 (0)