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:
235235
236236 - uses : " actions/upload-artifact@v4"
237237 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
239239 name : " result-cache-${{ matrix.php-version }}${{ matrix.update-packages && '-updated' || '' }}"
240240 path : " tmp/resultCache.php"
Original file line number Diff line number Diff line change 66 ]
77 } ,
88 "staticAnalysisTool" : "phpstan" ,
9- "staticAnalysisToolOptions" : "-l 8 -c phpstan.neon src tests " ,
9+ "staticAnalysisToolOptions" : "-l 8 -c phpstan.neon" ,
1010 "logs" : {
1111 "text" : "tmp/infection.log"
1212 } ,
You can’t perform that action at this time.
0 commit comments