diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c9e42f..58c5228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,6 @@ jobs: ini-values: post_max_size=256M, short_open_tag=On coverage: xdebug - - name: Composer normalize - run: composer normalize - - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest @@ -41,4 +38,4 @@ jobs: - name: PHP Unit tests if: ${{ always() }} - run: vendor/bin/phpunit \ No newline at end of file + run: vendor/bin/phpunit