Skip to content

Commit 97838e3

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent 79788a4 commit 97838e3

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,9 +10,11 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
1212
php: [8.2, 8.1]
13-
laravel: [9.*]
13+
laravel: [9.*, 10.*]
1414
stability: [prefer-stable]
1515
include:
16+
- laravel: 10.*
17+
testbench: 8.*
1618
- laravel: 9.*
1719
testbench: 7.*
1820

0 commit comments

Comments
 (0)