diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d268056ee9..85fa56ab18d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -522,9 +522,9 @@ jobs: - name: Update project dependencies run: | composer update --no-interaction --no-progress --ansi - composer why doctrine/reflection - # - name: Require Symfony Uid - # run: composer require symfony/uid --dev --no-interaction --no-progress --ansi + # composer why doctrine/reflection + - name: Require Symfony Uid + run: composer require symfony/uid --dev --no-interaction --no-progress --ansi - name: Install PHPUnit run: vendor/bin/simple-phpunit --version - name: Clear test app cache