Skip to content

Commit 423a323

Browse files
aarondfrancisclaude
andcommitted
Update CI testbench constraints to match composer.json minimums
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b984e20 commit 423a323

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
dependency-version: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 10.*
25-
testbench: 8.*
25+
testbench: ^8.23
2626
- laravel: 11.*
27-
testbench: 9.*
27+
testbench: ^9.1
2828
- laravel: 12.*
29-
testbench: 10.*
29+
testbench: ^10
3030
exclude:
3131
# Laravel 11 requires PHP 8.2+
3232
- laravel: 11.*

0 commit comments

Comments
 (0)