From c89e726bcc0a4602eecd75339d24222220916821 Mon Sep 17 00:00:00 2001 From: Benjamin Frueh Date: Wed, 20 May 2026 15:17:54 +0200 Subject: [PATCH] chore(psalm): Bump PHP version Signed-off-by: Benjamin Frueh --- psalm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index ab3ac69..38cec43 100644 --- a/psalm.xml +++ b/psalm.xml @@ -4,7 +4,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/vimeo/psalm/config.xsd"