Github Actions: fix typo

This commit is contained in:
Ben Davies 2020-03-13 16:12:47 +00:00
parent edc55e325a
commit a3efcdb8df

View File

@ -45,7 +45,7 @@ jobs:
- name: "Install highest dependencies from composer.json"
if: matrix.dependencies == 'highest'
run: composer install --no-interaction --no-progress --no-suggestc
run: composer install --no-interaction --no-progress --no-suggest
- name: "Run vimeo/psalm"
run: vendor/bin/psalm --config=psalm.xml --shepherd --show-info=false --stats --output-format=github