From 4874ed28fcb91b462be71974a21602dbd44d0bcf Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Sat, 4 Nov 2023 16:17:00 +0100 Subject: [PATCH] [TMP, CI] Satisfy psalm --- .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 9cfe9063..a812c6f5 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-BETA1 as 6.4.0"' + composer-require: 'symfony/console:"v7.0.0-BETA1 as 6.4.0" symfony/filesystem:"v7.0.0-BETA1 as 6.4.0"' # Compatibility with Psalm symfony-version: '7.*' composer-allow-dev: true steps: