Skip to content

Commit 48a416c

Browse files
authored
Update run-tests.yml
1 parent ca2452a commit 48a416c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.2, 8.1, 8.0]
13-
laravel: [9.*]
13+
laravel: [9.*,10>8]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 9.*
1717
testbench: 7.*
18+
- laravel: 10.*
19+
testbench: 8.*
1820

1921
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2022

0 commit comments

Comments
 (0)