Skip to content

Commit 94672c5

Browse files
committed
Update GitHub Actions for Laravel 10
1 parent 659d0b7 commit 94672c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest,]
1212
php: [8.2, 8.1, 8.0, 7.4]
13-
laravel: [8.*, 9.*]
13+
laravel: [8.*, 9.*, 10.*]
1414
dependency-version: [prefer-stable]
1515
include:
16+
- laravel: 10.*
17+
testbench: 8.*
1618
- laravel: 9.*
1719
testbench: 7.*
1820
- laravel: 8.*
1921
testbench: 6.*
2022
exclude:
23+
- laravel: 10.*
24+
php: 8.0
25+
- laravel: 10.*
26+
php: 7.4
2127
- laravel: 9.*
2228
php: 7.4
2329

0 commit comments

Comments
 (0)