From 6d3b3e51f078a5c09db9e457c2a598121abfe84b Mon Sep 17 00:00:00 2001 From: Benjamin Frueh Date: Tue, 23 Jun 2026 16:04:30 +0200 Subject: [PATCH] chore(php): bump php to 8.3 Signed-off-by: Benjamin Frueh --- psalm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index 731ffec..c178bf5 100644 --- a/psalm.xml +++ b/psalm.xml @@ -5,7 +5,7 @@ xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" errorBaseline="tests/psalm-baseline.xml" - phpVersion="8.2" + phpVersion="8.3" >