Skip to content

Commit bba4db3

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent b15c616 commit bba4db3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
php: [ 7.3, 7.4, 8.0, 8.1 ]
19-
laravel: [ 7.*, 8.*, 9.* ]
19+
laravel: [ 7.*, 8.*, 9.* , 10.*]
2020
dependency-version: [ prefer-lowest, prefer-stable ]
2121
include:
22+
- laravel: 10.*
23+
testbench: 8.*
2224
- laravel: 7.*
2325
testbench: 5.*
2426

@@ -29,6 +31,12 @@ jobs:
2931
testbench: 7.*
3032

3133
exclude:
34+
- laravel: 10.*
35+
php: 7.3
36+
- laravel: 10.*
37+
php: 7.4
38+
- laravel: 10.*
39+
php: 8.0
3240
- laravel: 9.*
3341
php: 7.3
3442

0 commit comments

Comments
 (0)