diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 7dde0738..5d0bb8f3 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -63,7 +63,7 @@ jobs: run: composer validate - name: Install PHP dependencies - run: composer update && composer install --prefer-dist --no-progress --no-suggest + run: composer update && composer install --prefer-dist --no-progress - name: Install shimmie run: php index.php