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:
119
119
- name : Execute Rector
120
120
run : vendor/bin/rector --dry-run
121
121
122
+ - name : Execute PHP Insights
123
+ run : vendor/bin/phpinsights --no-interaction
122
124
123
125
laravel11-tests :
124
126
runs-on : ubuntu-latest
@@ -220,6 +222,9 @@ jobs:
220
222
- name : Execute Rector
221
223
run : vendor/bin/rector --dry-run
222
224
225
+ - name : Execute PHP Insights
226
+ run : vendor/bin/phpinsights --no-interaction
227
+
223
228
224
229
laravel12-tests :
225
230
runs-on : ubuntu-latest
@@ -319,4 +324,7 @@ jobs:
319
324
run : vendor/bin/phpstan
320
325
321
326
- 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 34
34
"larastan/larastan" : " ^2 || ^3" ,
35
35
"laravel/pint" : " ^1" ,
36
36
"mockery/mockery" : " ^1" ,
37
+ "nunomaduro/phpinsights" : " ^2" ,
37
38
"orchestra/testbench" : " ^v8 || ^v9 || ^v10" ,
38
39
"pestphp/pest" : " ^2 || ^3" ,
39
40
"pestphp/pest-plugin-laravel" : " ^2 || ^3" ,
You can’t perform that action at this time.
0 commit comments