diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 433c0fe..41f4cf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,8 @@ jobs: - name: Download dependencies run: | composer config minimum-stability dev - composer req symfony/phpunit-bridge --no-update + composer require "phpunit/phpunit=9.6.*" --dev --no-update + composer require "symfony/phpunit-bridge" --dev --no-update composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable - name: Run tests