diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a20fe5e..ea62a063 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,6 +208,6 @@ jobs: - name: Install Composer dependencies run: | git config --global --add safe.directory $GITHUB_WORKSPACE - composer install --no-progress --ignore-platform-reqs + composer update - name: Run Unit tests run: php vendor/bin/phpunit -c phpunit.appveyor_sql2019.xml.dist