File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,6 @@ jobs:
235
235
236
236
- uses : " actions/upload-artifact@v4"
237
237
with :
238
- # update-packages is not relevant for the download-artifact part , but we need it here to get unique artifact names across all jobs
238
+ # " update-packages" is not relevant for the download-artifact counterpart , but we need it here to get unique artifact names across all jobs
239
239
name : " result-cache-${{ matrix.php-version }}${{ matrix.update-packages && '-updated' || '' }}"
240
240
path : " tmp/resultCache.php"
Original file line number Diff line number Diff line change 6
6
]
7
7
} ,
8
8
"staticAnalysisTool" : "phpstan" ,
9
- "staticAnalysisToolOptions" : "-l 8 -c phpstan.neon src tests " ,
9
+ "staticAnalysisToolOptions" : "-l 8 -c phpstan.neon" ,
10
10
"logs" : {
11
11
"text" : "tmp/infection.log"
12
12
} ,
You can’t perform that action at this time.
0 commit comments