File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
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.0]
13- laravel : [8 .*]
13+ laravel : [9 .*]
1414 stability : [prefer-stable]
1515 include :
16- - laravel : 8 .*
17- testbench : 6 .*
16+ - laravel : 9 .*
17+ testbench : 7 .*
1818
1919 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2020
Original file line number Diff line number Diff line change 11.idea
22.php_cs
33.php_cs.cache
4+ .php-cs-fixer.cache
45.phpunit.result.cache
56build
67composer.lock
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.0" ,
20- "illuminate/contracts" : " ^8.0" ,
21- "illuminate/support" : " ^7.0|^8.0" ,
22- "laravel/slack-notification-channel" : " ^2.3" ,
20+ "illuminate/support" : " ^9.0" ,
21+ "laravel/slack-notification-channel" : " ^2.4" ,
2322 "ext-json" : " *"
2423 },
2524 "require-dev" : {
2625 "friendsofphp/php-cs-fixer" : " ^3.2" ,
2726 "laravel/sanctum" : " ^2.8" ,
28- "orchestra/testbench" : " ^6 .0" ,
27+ "orchestra/testbench" : " ^7 .0" ,
2928 "phpunit/phpunit" : " ^9.3" ,
3029 "symfony/stopwatch" : " ^4.4|^5.0" ,
3130 "vimeo/psalm" : " ^4.3"
You can’t perform that action at this time.
0 commit comments