File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- php : [8.1, 8.0 ]
17
- laravel : [9 .*]
16
+ php : [8.1]
17
+ laravel : [10 .*]
18
18
dependency-version : [prefer-lowest, prefer-stable]
19
19
include :
20
- - laravel : 9 .*
21
- testbench : 7 .*
20
+ - laravel : 10 .*
21
+ testbench : 8 .*
22
22
23
23
name : P ${{ matrix.php }} - L ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
24
24
Original file line number Diff line number Diff line change 17
17
" settings"
18
18
],
19
19
"require" : {
20
- "php" : " ^8.0 " ,
21
- "illuminate/config" : " ^9 .0" ,
22
- "illuminate/database" : " ^9 .0" ,
23
- "illuminate/support" : " ^9 .0" ,
24
- "illuminate/console" : " ^9 .0" ,
25
- "illuminate/filesystem" : " ^9 .0" ,
26
- "illuminate/cache" : " ^9 .0" ,
20
+ "php" : " ^8.1 " ,
21
+ "illuminate/config" : " ^10 .0" ,
22
+ "illuminate/database" : " ^10 .0" ,
23
+ "illuminate/support" : " ^10 .0" ,
24
+ "illuminate/console" : " ^10 .0" ,
25
+ "illuminate/filesystem" : " ^10 .0" ,
26
+ "illuminate/cache" : " ^10 .0" ,
27
27
"ext-json" : " *"
28
28
},
29
29
"require-dev" : {
30
30
"phpunit/phpunit" : " ^8.0|^9.0" ,
31
- "orchestra/testbench" : " ^7 .0" ,
31
+ "orchestra/testbench" : " ^8 .0" ,
32
32
"friendsofphp/php-cs-fixer" : " ^3.6" ,
33
33
"josiasmontag/laravel-redis-mock" : " ^1.2"
34
34
},
You can’t perform that action at this time.
0 commit comments