Skip to content

Commit a139cdd

Browse files
committed
Remove fail-on-error
1 parent c0143cc commit a139cdd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/php.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,11 @@ jobs:
279279
- uses: geekyeggo/delete-artifact@v5
280280
with:
281281
name: coverage-data
282+
283+
- name: PHPStan
284+
run: |
285+
vendor/bin/phpstan analyze -c phpstan.neon
286+
287+
- name: PHPStan (testsuite)
288+
run: |
289+
vendor/bin/phpstan analyze -c phpstan-dev.neon

0 commit comments

Comments
 (0)