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