diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2b6c3c..4d2fb77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: php-version: ${{ matrix.php }} extensions: bcmath, ctype, json, mbstring, openssl, pdo, pdo_sqlite, tokenizer, xml coverage: ${{ matrix.coverage }} - - run: composer update --no-interaction --no-progress --no-suggest --prefer-dist --prefer-${{ matrix.release }} + - run: composer update --no-interaction --no-progress --prefer-dist --prefer-${{ matrix.release }} - run: | PHPUNIT_FLAGS=$([ "${{ matrix.coverage }}" == "xdebug" ] && echo "--coverage-clover=coverage.xml" || echo "") vendor/bin/phpunit $PHPUNIT_FLAGS