File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 matrix :
1111 os : [ubuntu-latest]
1212 php : [8.1]
13- laravel : [9 .*]
13+ laravel : [10 .*]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515 include :
16- - laravel : 9 .*
17- testbench : 7 .*
16+ - laravel : 10 .*
17+ testbench : 8 .*
1818
1919 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2020
Original file line number Diff line number Diff line change 1515 "php" : " ^8.1" ,
1616 "ext-simplexml" : " *" ,
1717 "guzzlehttp/guzzle" : " ^7.1" ,
18- "illuminate/notifications" : " ^9 .0" ,
19- "illuminate/support" : " ^9 .0"
18+ "illuminate/notifications" : " 9.0 || ^10 .0" ,
19+ "illuminate/support" : " 9.0 || ^10 .0"
2020 },
2121 "require-dev" : {
2222 "friendsofphp/php-cs-fixer" : " ^3.6" ,
You can’t perform that action at this time.
0 commit comments