File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,3 @@ name: Composer require checker
20
20
jobs :
21
21
composer-require-checker :
22
22
uses : php-forge/actions/.github/workflows/composer-require-checker.yml@main
23
- with :
24
- composer-command : |
25
- composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
Original file line number Diff line number Diff line change @@ -20,8 +20,3 @@ name: ecs
20
20
jobs :
21
21
easy-coding-standard :
22
22
uses : php-forge/actions/.github/workflows/ecs.yml@main
23
- secrets :
24
- AUTH_TOKEN : ${{ secrets.AUTH_TOKEN }}
25
- with :
26
- composer-command : |
27
- composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
Original file line number Diff line number Diff line change 25
25
phpstan :
26
26
uses : php-forge/actions/.github/workflows/phpstan.yml@main
27
27
with :
28
- composer-command : |
29
- composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
30
28
concurrency-group : phpstan-${{ github.workflow }}-${{ github.ref }}
31
29
phpstan-console :
32
30
uses : php-forge/actions/.github/workflows/phpstan.yml@main
33
31
with :
34
32
configuration : ' phpstan-console.neon'
35
- composer-command : |
36
- composer require yiisoft/yii2:22.0.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
37
33
concurrency-group : phpstan-console-${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments