File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
php : [8.2, 8.1, 8.0]
12
- laravel : [9.*, 8.*]
12
+ laravel : [10.*, 9.*, 8.*]
13
13
dependency-version : [prefer-lowest, prefer-stable]
14
14
include :
15
+ - laravel : 10.*
16
+ testbench : 8.*
15
17
- laravel : 9.*
16
18
testbench : 7.*
17
19
- laravel : 8.*
18
20
testbench : ^6.23
21
+ exclude :
22
+ - laravel : 10.*
23
+ php : 8.0
19
24
20
25
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
21
26
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
- "illuminate/database" : " ^7.0|^8.0|^9.0" ,
21
- "illuminate/support" : " ^7.0|^8.0|^9.0" ,
20
+ "illuminate/database" : " ^7.0|^8.0|^9.0|^10.0 " ,
21
+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0 " ,
22
22
"spatie/laravel-package-tools" : " ^1.4.3" ,
23
- "illuminate/contracts" : " ^7.0|^8.0|^9.0"
23
+ "illuminate/contracts" : " ^7.0|^8.0|^9.0|^10.0 "
24
24
},
25
25
"require-dev" : {
26
26
"brianium/paratest" : " ^6.2" ,
27
27
"mockery/mockery" : " ^1.4" ,
28
28
"nunomaduro/collision" : " ^5.3|^6.0" ,
29
- "orchestra/testbench" : " ^6.15|^7.0" ,
29
+ "orchestra/testbench" : " ^6.15|^7.0|^8.0 " ,
30
30
"pestphp/pest-plugin-laravel" : " ^1.3" ,
31
31
"phpunit/phpunit" : " ^9.5.4"
32
32
},
60
60
},
61
61
"minimum-stability" : " dev" ,
62
62
"prefer-stable" : true
63
- }
63
+ }
You can’t perform that action at this time.
0 commit comments