diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index eae4762..53243f1 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -20,8 +20,8 @@ jobs: with: php-version: ${{ matrix.php }} - - name: Composer - uses: php-actions/composer@master + - name: Install composer dependencies + run: composer install --no-interaction --prefer-dist --no-progress - name: PHP spec uses: php-actions/phpspec@master