Skip to content

Commit b52212c

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent 824ba43 commit b52212c

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
@@ -15,10 +15,12 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
php: [8.0, 8.1]
18-
laravel: [8.*, 9.*]
18+
laravel: [8.*, 9.*, 10.*]
1919
dependency-version: [prefer-stable]
2020
os: [ubuntu-latest]
2121
include:
22+
- laravel: 10.*
23+
testbench: 8.*
2224
- laravel: 9.*
2325
testbench: 7.*
2426
- laravel: 8.*

0 commit comments

Comments
 (0)