From f237203b10af1d3f30392c037467a80b8d6261de Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Wed, 1 Nov 2023 21:17:28 +0100 Subject: [PATCH] Check2 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69c26765..a37541ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: # Test against Symfony 7 - php-version: '8.2' - symfony-version: '^7.0 as 6.4.0' + composer-require: 'symfony/symfony:"v7.0.0-BETA2 as 6.4.0"' composer-allow-dev: true steps: - name: 'Checkout code' @@ -104,7 +104,7 @@ jobs: # Test against Symfony 7 - php-version: '8.2' - symfony-version: '^7.0 as 6.4.0' + composer-require: 'symfony/symfony:"v7.0.0-BETA2 as 6.4.0"' composer-allow-dev: true steps: - name: 'Checkout code'