Skip to content

Commit 35c40a8

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent 59b6603 commit 35c40a8

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
@@ -10,9 +10,11 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.2, 8.1, 8.0, 7.4, 7.3]
13-
laravel: [9.*, 8.*, 7.*, 6.*]
13+
laravel: [9.*, 8.*, 7.*, 6.*, 10.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16+
- laravel: 10.*
17+
testbench: 8.*
1618
- laravel: 9.*
1719
testbench: 7.*
1820
- laravel: 8.*
@@ -22,6 +24,12 @@ jobs:
2224
- laravel: 6.*
2325
testbench: ^4.17
2426
exclude:
27+
- laravel: 10.*
28+
php: 8.0
29+
- laravel: 10.*
30+
php: 7.4
31+
- laravel: 10.*
32+
php: 7.3
2533
- laravel: 6.*
2634
php: 8.1
2735
- laravel: 6.*

0 commit comments

Comments
 (0)