Skip to content

Commit

Permalink
Update SA-phpstan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahpaleus authored Mar 16, 2022
1 parent 540f783 commit 0a98adb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/SA-phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
coverage: none
#coverage: none
ini-values: "memory_limit=-1"
extensions: mbstring, intl
#extensions: mbstring, intl
- name: Download deps
run: composer update --no-interaction --no-progress
- name: Download PHPStan
Expand All @@ -32,3 +32,5 @@ jobs:
run: rm -f database/migrations/2015_11_05_183749_image.php
- name: Execute PHPStan
run: vendor/bin/phpstan analyze app config routes --no-progress --error-format=github -l 5
env:
APP_KEY: APP_KEY_CREATED_FOR_PHPSTAN_SDLC

0 comments on commit 0a98adb

Please sign in to comment.