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.*]
12
+ laravel : [10.*, 9.*]
13
13
dependency-version : [prefer-stable]
14
14
include :
15
15
- laravel : 9.*
16
16
testbench : 7.*
17
+ - laravel : 10.*
18
+ testbench : 8.*
19
+ exclude :
20
+ - laravel : 10.*
21
+ php : 8.0
17
22
18
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
19
24
Original file line number Diff line number Diff line change 13
13
"type" : " library" ,
14
14
"require" : {
15
15
"php" : " ^8.0" ,
16
- "illuminate/console" : " ^9.0" ,
17
- "illuminate/database" : " ^9.0" ,
18
- "illuminate/events" : " ^9.0" ,
19
- "illuminate/support" : " ^9.0"
16
+ "illuminate/console" : " ^9.0|^10.0 " ,
17
+ "illuminate/database" : " ^9.0|^10.0 " ,
18
+ "illuminate/events" : " ^9.0|^10.0 " ,
19
+ "illuminate/support" : " ^9.0|^10.0 "
20
20
},
21
21
"require-dev" : {
22
22
"phpunit/phpunit" : " ^9.0" ,
23
- "orchestra/testbench" : " ^7.0" ,
23
+ "orchestra/testbench" : " ^7.0|^8.0 " ,
24
24
"laravel/legacy-factories" : " ^1.0.4" ,
25
25
"friendsofphp/php-cs-fixer" : " ^3.13" ,
26
26
"nunomaduro/larastan" : " ^2.3"
You can’t perform that action at this time.
0 commit comments