Skip to content

Commit 6452692

Browse files
committed
fix: testbench version restrictions
1 parent 0a97b46 commit 6452692

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
php: [8.2, 8.1, 8.0]
1515
laravel: [10.*, 9.*, 8.*]
1616
stability: [prefer-lowest, prefer-stable]
17+
include:
18+
- laravel: 10.*
19+
testbench: 8.*
20+
- laravel: 9.*
21+
testbench: 7.*
22+
- laravel: 8.*
23+
testbench: ^6.23
1724
exclude:
1825
- laravel: 10.*
1926
php: 8.0

0 commit comments

Comments
 (0)