Skip to content

Commit d2f7b97

Browse files
committed
fix(psalm): Change psalm php version
Signed-off-by: Marcel Klehr <[email protected]>
1 parent c6d8606 commit d2f7b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns="https://getpsalm.org/schema/config"
77
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
88
errorBaseline="psalm-baseline.xml"
9-
phpVersion="8.1"
9+
phpVersion="8.2"
1010
findUnusedCode="false"
1111
ensureOverrideAttribute="false"
1212
>

0 commit comments

Comments
 (0)