From 1bd741c88f15643dc54441b09cc0799de06596a5 Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Wed, 15 Nov 2023 20:47:28 +0100 Subject: [PATCH] [TMP, Deps] Bump to RC1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a954928a..a10b5ee4 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-BETA3 as 6.4.0" symfony/filesystem:"v7.0.0-BETA1 as 6.4.0"' # Compatibility with Psalm + composer-require: 'symfony/console:"v7.0.0-RC1 as 6.4.0" symfony/filesystem:"v7.0.0-RC1 as 6.4.0"' # Compatibility with Psalm symfony-version: '7.*' composer-allow-dev: true steps: