You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-11-23 11:22:22 +03:00
remove --no-suggest
This commit is contained in:
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
run: touch config.local.php && php -v
|
run: touch config.local.php && php -v
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: php7.4 $(which composer) install --prefer-dist --no-progress --no-suggest
|
run: php7.4 $(which composer) install --prefer-dist -n
|
||||||
|
|
||||||
- name: Build/test
|
- name: Build/test
|
||||||
run: php7.4 $(which composer) build
|
run: php7.4 $(which composer) build
|
||||||
|
|||||||
Reference in New Issue
Block a user