File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,16 @@ jobs:
13
13
fail-fast : false
14
14
matrix :
15
15
php : [8.2, 8.1, 8.0]
16
- laravel : [9.*]
16
+ laravel : [10.*, 9.*]
17
17
dependency-version : [prefer-lowest, prefer-stable]
18
18
include :
19
19
- laravel : 9.*
20
20
testbench : 7.*
21
+ - laravel : 10.*
22
+ testbench : 8.*
23
+ exclude :
24
+ - laravel : 10.*
25
+ php : 8.0
21
26
22
27
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
23
28
Original file line number Diff line number Diff line change 19
19
"license" : " MIT" ,
20
20
"require" : {
21
21
"php" : " ^8.0" ,
22
- "illuminate/config" : " ^9.0" ,
23
- "illuminate/console" : " ^9.0" ,
24
- "illuminate/log" : " ^9.0" ,
25
- "illuminate/support" : " ^9.0" ,
26
- "monolog/monolog" : " ^2.0" ,
22
+ "illuminate/config" : " ^9.0|^10.0 " ,
23
+ "illuminate/console" : " ^9.0|^10.0 " ,
24
+ "illuminate/log" : " ^9.0|^10.0 " ,
25
+ "illuminate/support" : " ^9.0|^10.0 " ,
26
+ "monolog/monolog" : " ^2.0|^3.0 " ,
27
27
"cesargb/php-log-rotation" : " ^2.7"
28
28
},
29
29
"require-dev" : {
30
- "orchestra/testbench" : " ^7.0" ,
30
+ "orchestra/testbench" : " ^7.0|^8.0 " ,
31
31
"phpunit/phpunit" : " ^9.5" ,
32
32
"friendsofphp/php-cs-fixer" : " ^3.13" ,
33
33
"nunomaduro/larastan" : " ^2.3"
You can’t perform that action at this time.
0 commit comments