File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 25
25
phpunit :
26
26
uses : php-forge/actions/.github/workflows/phpunit.yml@main
27
27
with :
28
+ composer-command : |
29
+ composer require yiisoft/yii2:^2.2.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
28
30
os : >-
29
31
['ubuntu-latest', 'windows-latest']
30
32
php : >-
Original file line number Diff line number Diff line change 26
26
uses : php-forge/actions/.github/workflows/phpunit.yml@main
27
27
with :
28
28
composer-command : |
29
- composer require yiisoft/yii2:^2.0.49 --prefer-dist --no-progress --no-suggest --no-interaction --no-scripts --ansi
30
-
29
+ composer require yiisoft/yii2:^2.0.49 --prefer-dist --no-progress --no-interaction --no-scripts --ansi
31
30
extensions : intl
32
31
os : >-
33
32
['ubuntu-latest', 'windows-latest']
Original file line number Diff line number Diff line change 27
27
composer-require-checker :
28
28
uses : php-forge/actions/.github/workflows/composer-require-checker.yml@main
29
29
with :
30
+ composer-command : |
31
+ composer require yiisoft/yii2:^2.2.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
30
32
os : >-
31
33
['ubuntu-latest']
32
34
php : >-
Original file line number Diff line number Diff line change 25
25
psalm :
26
26
uses : php-forge/actions/.github/workflows/phpstan.yml@main
27
27
with :
28
+ composer-command : |
29
+ composer require yiisoft/yii2:^2.2.x-dev --prefer-dist --no-progress --no-interaction --no-scripts --ansi
28
30
os : >-
29
31
['ubuntu-latest']
30
32
php : >-
You can’t perform that action at this time.
0 commit comments