From 7cd1c2d7c3060b3434dd8f064b536d0483c641cc 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 7ef8405407434..5c4c40a158019 100644 --- a/psalm.xml +++ b/psalm.xml @@ -8,6 +8,7 @@ errorBaseline="build/psalm-baseline.xml" findUnusedBaselineEntry="false" findUnusedCode="false" + phpVersion="8.0" >