Skip to content

Commit 1c8d730

Browse files
committed
Try to fix static code analysis tool in CI
1 parent 14f8403 commit 1c8d730

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,4 @@ jobs:
5454
- name: Install Composer dependencies
5555
run: composer install --no-progress --prefer-dist --optimize-autoloader
5656
- name: larastan
57-
uses: actions-x/phpstan@v1
58-
with:
59-
phpstanVersion: ^1.6
60-
configPath: phpstan.neon
61-
arguments: --memory-limit=2G
57+
run: ./vendor/bin/phpstan analyse -c phpstan.neon --memory-limit=2G

0 commit comments

Comments
 (0)