From 4eb8122f056c92fae9b1ecff83b8b03a9669d8ab Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 30 Jul 2024 10:46:23 +0200 Subject: [PATCH] ci: Bump PHP requirement in psalm Signed-off-by: Joas Schilling --- psalm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psalm.xml b/psalm.xml index 14b9b2a3..32b753a7 100644 --- a/psalm.xml +++ b/psalm.xml @@ -4,7 +4,7 @@ findUnusedBaselineEntry="true" findUnusedCode="false" resolveFromConfigFile="true" - phpVersion="8.0" + phpVersion="8.1" 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"