diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 625434ed..634f4e6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: # Test against Symfony 7 (temporary) - php-version: '8.2' - composer-require: 'symfony/console:"v7.0.0-BETA2 as 6.4.0"' + composer-require: 'symfony/console:"v7.0.0-BETA1 as 6.4.0"' composer-allow-dev: true steps: - name: 'Checkout code'