From c524bcc59a13ea54d3a63771e61b53840fbb539c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 6 Oct 2025 08:46:48 +0200 Subject: [PATCH] ci: Bump Psalm min version Signed-off-by: Joas Schilling --- psalm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index d383d3f4ab..af65da77df 100644 --- a/psalm.xml +++ b/psalm.xml @@ -5,7 +5,7 @@ findUnusedBaselineEntry="true" findUnusedCode="false" resolveFromConfigFile="true" - phpVersion="8.1" + phpVersion="8.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"