We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7518d05 commit e03b0cfCopy full SHA for e03b0cf
.github/workflows/code-style.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Install php
12
uses: shivammathur/setup-php@v2
13
with:
14
- php-version: "7.3"
+ php-version: "7.4"
15
16
- name: Install dependencies
17
run: composer update --dev --no-interaction --prefer-dist --no-progress --no-suggest --ansi
@@ -38,4 +38,4 @@ jobs:
38
39
40
- name: Run phpstan
41
- run: php ./vendor/phpstan/phpstan/phpstan.phar analyse --no-progress
+ run: php ./vendor/bin/phpstan analyse --no-progress
0 commit comments