File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
php : [8.1, 8.0, 7.4]
12
- laravel : [8.*, 9.*]
12
+ laravel : [8.*, 9.*, 10.* ]
13
13
dependency-version : [prefer-lowest, prefer-stable]
14
14
exclude :
15
+ - laravel : 10.*
16
+ php : 8.0
17
+ - laravel : 10.*
18
+ php : 7.4
15
19
- laravel : 9.*
16
20
php : 7.4
17
21
include :
22
+ - laravel : 10.*
23
+ testbench : ^8.0
18
24
- laravel : 8.*
19
25
testbench : ^6.23
20
26
- laravel : 9.*
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.4|^8.0" ,
20
- "illuminate/database" : " ^8.0|^9.0" ,
21
- "illuminate/view" : " ^8.0|^9.0" ,
20
+ "illuminate/database" : " ^8.0|^9.0|^10.0 " ,
21
+ "illuminate/view" : " ^8.0|^9.0|^10.0 " ,
22
22
"livewire/livewire" : " ^2.0" ,
23
23
"spatie/sun" : " ^1.1.1"
24
24
},
25
25
"require-dev" : {
26
- "orchestra/testbench" : " ^6.0|^7.0" ,
26
+ "orchestra/testbench" : " ^6.0|^7.0|^8.0 " ,
27
27
"phpunit/phpunit" : " ^9.3" ,
28
28
"spatie/phpunit-snapshot-assertions" : " ^4.2"
29
29
},
You can’t perform that action at this time.
0 commit comments