chore: target PHP 8.4 in psalm config

Set phpVersion="8.4" so Psalm targets 8.4 explicitly instead of
inferring 8.3 from composer.json's ^8.3|^8.4 constraint.
pull/6954/head
Your Name 4 weeks ago
parent 6eea565bab
commit fb69275cd7

@ -4,6 +4,7 @@
xmlns="https://getpsalm.org/schema/config" xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorLevel="8" errorLevel="8"
phpVersion="8.4"
findUnusedCode="false" findUnusedCode="false"
ensureOverrideAttribute="false" ensureOverrideAttribute="false"
errorBaseline="psalm-baseline.xml" errorBaseline="psalm-baseline.xml"

Loading…
Cancel
Save