File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ jobs:
119119 - name : Execute Rector
120120 run : vendor/bin/rector --dry-run
121121
122+ - name : Execute PHP Insights
123+ run : vendor/bin/phpinsights --no-interaction
122124
123125 laravel11-tests :
124126 runs-on : ubuntu-latest
@@ -220,6 +222,9 @@ jobs:
220222 - name : Execute Rector
221223 run : vendor/bin/rector --dry-run
222224
225+ - name : Execute PHP Insights
226+ run : vendor/bin/phpinsights --no-interaction
227+
223228
224229 laravel12-tests :
225230 runs-on : ubuntu-latest
@@ -319,4 +324,7 @@ jobs:
319324 run : vendor/bin/phpstan
320325
321326 - name : Execute Rector
322- run : vendor/bin/rector --dry-run
327+ run : vendor/bin/rector --dry-run
328+
329+ - name : Execute PHP Insights
330+ run : vendor/bin/phpinsights --no-interaction
Original file line number Diff line number Diff line change 3434 "larastan/larastan" : " ^2 || ^3" ,
3535 "laravel/pint" : " ^1" ,
3636 "mockery/mockery" : " ^1" ,
37+ "nunomaduro/phpinsights" : " ^2" ,
3738 "orchestra/testbench" : " ^v8 || ^v9 || ^v10" ,
3839 "pestphp/pest" : " ^2 || ^3" ,
3940 "pestphp/pest-plugin-laravel" : " ^2 || ^3" ,
You can’t perform that action at this time.
0 commit comments