From c87229ef0742e57c611a802ea5090b1ff8836d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 16 Apr 2024 17:57:10 +0200 Subject: [PATCH] chore: Fix psalm to use correct php version depending on branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Needs to be adapted on each branch to reflect the used PHP version and help with baseline updating. Signed-off-by: Côme Chilliet --- psalm.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/psalm.xml b/psalm.xml index b18ebc93cdd..1b50f22df10 100644 --- a/psalm.xml +++ b/psalm.xml @@ -8,6 +8,7 @@ errorBaseline="build/psalm-baseline.xml" findUnusedBaselineEntry="false" findUnusedCode="false" + phpVersion="8.0" >