Skip to content

Commit 4855809

Browse files
committed
Update run-tests.yml to remove Laravel 10 and adjust testbench versions for Laravel 11 and 12
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
1 parent 9d39f99 commit 4855809

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,10 @@ jobs:
1717
laravel: [^11.0, ^12.0]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20-
- laravel: ^10.0
21-
testbench: ^8.0
2220
- laravel: ^11.0
2321
testbench: ^9.0
2422
- laravel: ^12.0
2523
testbench: ^10.0
26-
exclude:
27-
- laravel: ^11.0
28-
php: 8.1
2924

3025
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3126

0 commit comments

Comments
 (0)