Skip to content

Commit 5dc872a

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent eafed16 commit 5dc872a

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
@@ -14,9 +14,11 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.2, 8.1, 8.0]
17-
laravel: [9.*, 8.*]
17+
laravel: [9.*, 8.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20+
- laravel: 10.*
21+
testbench: 8.*
2022
- laravel: 9.*
2123
testbench: 7.*
2224
- laravel: 8.*

0 commit comments

Comments
 (0)