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.
phpstan-console
1 parent 2a57d80 commit 03ba2c5Copy full SHA for 03ba2c5
.github/workflows/static.yml
@@ -35,7 +35,7 @@ jobs:
35
phpstan-console:
36
uses: php-forge/actions/.github/workflows/phpstan.yml@main
37
with:
38
- configuration: 'phpstan-console.neon'
+ configuration: 'phpstan-console-config.neon'
39
composer-command: |
40
composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
41
concurrency-group: phpstan-console-${{ github.workflow }}-${{ github.ref }}
0 commit comments