Skip to content

Commit f9f99bd

Browse files
committed
Update run-tests.yml
1 parent 2379efd commit f9f99bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ jobs:
1616
php: [8.1,8.2]
1717
laravel: [9.*,10.*]
1818
stability: [prefer-lowest, prefer-stable]
19-
include:
20-
- laravel: 9.*,10.*
21-
testbench: 7.*
22-
19+
2320
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2421

2522
steps:

0 commit comments

Comments
 (0)