Skip to content

Commit 1537b4b

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent e0cb5a8 commit 1537b4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [8.1, 8.0]
15-
laravel: [9.*, 8.*]
15+
laravel: [9.*, 8.*, 10.*]
1616
stability: [prefer-lowest, prefer-stable]
1717
include:
18+
- laravel: 10.*
19+
testbench: 8.*
1820
- laravel: 9.*
1921
testbench: 7.*
2022
- laravel: 8.*

0 commit comments

Comments
 (0)