File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 max-parallel : 2
1212 matrix :
13- php-versions : ['8.1', '8. 2', '8.3']
13+ php-versions : ['8.2', '8.3']
1414
1515 name : PHP ${{ matrix.php-versions }}
1616
2727 run : composer validate
2828
2929 - name : Install dependencies
30- run : composer install --prefer-dist --no-progress --no-suggest
30+ run : composer install --prefer-dist --no-progress
3131
3232 - name : Run Pint
3333 run : ./vendor/bin/pint --test
Original file line number Diff line number Diff line change 1919 " Microsoft365"
2020 ],
2121 "require" : {
22- "illuminate/support" : " 5.5.x|5.6.x|5.7.x|5.8.x|6.x|7.x|8.x|9.x| ^10.0|^11.0" ,
23- "league/oauth2-client" : " ^1.4|^ 2" ,
24- "guzzlehttp/guzzle" : " 6.x| 7.x" ,
22+ "illuminate/support" : " ^10.0|^11.0" ,
23+ "league/oauth2-client" : " ^2" ,
24+ "guzzlehttp/guzzle" : " 7.x" ,
2525 "ext-json" : " *" ,
2626 "ext-fileinfo" : " *" ,
2727 "ext-curl" : " *" ,
2828 "shitware-ltd/flysystem-msgraph" : " ^1.0" ,
2929 "microsoft/microsoft-graph" : " ^1.110"
3030 },
3131 "require-dev" : {
32- "orchestra/testbench" : " 8 .0" ,
33- "pestphp/pest" : " ^v1.0|^ v2.34" ,
34- "pestphp/pest-plugin-laravel" : " ^1.0| v2.4" ,
32+ "orchestra/testbench" : " v8.0|v9 .0" ,
33+ "pestphp/pest" : " ^v2.34" ,
34+ "pestphp/pest-plugin-laravel" : " v2.4" ,
3535 "laravel/pint" : " ^1.13" ,
3636 "mockery/mockery" : " ^1.6" ,
37- "pestphp/pest-plugin-parallel " : " ^1.2 "
37+ "pestphp/pest-plugin-type-coverage " : " ^2.8 "
3838 },
3939 "autoload" : {
4040 "psr-4" : {
You can’t perform that action at this time.
0 commit comments