Skip to content

Commit d8db8e9

Browse files
committed
fix(psalm): bump min PHP version to 8.2
Signed-off-by: Maksim Sukharev <[email protected]>
1 parent 3f6f316 commit d8db8e9

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
@@ -8,7 +8,7 @@
88
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xmlns="https://getpsalm.org/schema/config"
1010
xsi:schemaLocation="https://getpsalm.org/schema/config https://getpsalm.org/schema/config"
11-
phpVersion="8.1"
11+
phpVersion="8.2"
1212
>
1313
<projectFiles>
1414
<directory name="lib"/>

0 commit comments

Comments
 (0)