File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
strategy :
11
11
max-parallel : 2
12
12
matrix :
13
- php-versions : ['8.1', '8. 2', '8.3']
13
+ php-versions : ['8.2', '8.3']
14
14
15
15
name : PHP ${{ matrix.php-versions }}
16
16
27
27
run : composer validate
28
28
29
29
- name : Install dependencies
30
- run : composer install --prefer-dist --no-progress --no-suggest
30
+ run : composer install --prefer-dist --no-progress
31
31
32
32
- name : Run Pint
33
33
run : ./vendor/bin/pint --test
Original file line number Diff line number Diff line change 19
19
" Microsoft365"
20
20
],
21
21
"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" ,
25
25
"ext-json" : " *" ,
26
26
"ext-fileinfo" : " *" ,
27
27
"ext-curl" : " *" ,
28
28
"shitware-ltd/flysystem-msgraph" : " ^1.0" ,
29
29
"microsoft/microsoft-graph" : " ^1.110"
30
30
},
31
31
"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" ,
35
35
"laravel/pint" : " ^1.13" ,
36
36
"mockery/mockery" : " ^1.6" ,
37
- "pestphp/pest-plugin-parallel " : " ^1.2 "
37
+ "pestphp/pest-plugin-type-coverage " : " ^2.8 "
38
38
},
39
39
"autoload" : {
40
40
"psr-4" : {
You can’t perform that action at this time.
0 commit comments