Skip to content

Commit b37180a

Browse files
committed
fix
1 parent 8617d6c commit b37180a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

infection.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
},

0 commit comments

Comments
 (0)