Skip to content

Commit 8d7ba9b

Browse files
authored
Update run-tests.yml
1 parent adb4558 commit 8d7ba9b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run-tests.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.1]
13-
laravel: [9.*]
12+
php: [8.2,8.3]
13+
laravel: [9.*,10.*,11.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 9.*
1717
testbench: 7.*
18+
- laravel: 10.*
19+
testbench: 8.*
20+
- laravel: 11.*
21+
testbench: 9.*
1822

1923
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2024

0 commit comments

Comments
 (0)