You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-11-21 23:20:50 +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
|
||||
|
||||
- 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
|
||||
run: php7.4 $(which composer) build
|
||||
|
||||
Reference in New Issue
Block a user