Skip to content

Commit 3ea9b7b

Browse files
committed
fix(psalm): bump enforced minimum PHP version to 8.3
CI step "Check enforcement of minimum PHP version 8.3 in psalm.xml" greps for phpVersion="8.3" in psalm.xml and fails when absent. NC35 (info.xml min-version) requires PHP 8.3+, so align psalm config. Assisted-by: ClaudeCode:claude-opus-4-8 Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 7ef9190 commit 3ea9b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
findUnusedBaselineEntry="true"
1010
findUnusedCode="false"
1111
resolveFromConfigFile="true"
12-
phpVersion="8.2"
12+
phpVersion="8.3"
1313
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1414
xmlns="https://getpsalm.org/schema/config"
1515
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"

0 commit comments

Comments
 (0)