Skip to content

Commit 3e0fb24

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent 0fcd563 commit 3e0fb24

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
@@ -11,9 +11,11 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest]
1313
php: [8.0, 8.1]
14-
laravel: [8.*, 9.*]
14+
laravel: [8.*, 9.*, 10.*]
1515
stability: [prefer-lowest, prefer-stable]
1616
include:
17+
- laravel: 10.*
18+
testbench: 8.*
1719
- laravel: 9.*
1820
testbench: 7.*
1921
- laravel: 8.*

0 commit comments

Comments
 (0)