Skip to content

Commit 37fdb5a

Browse files
committed
fix(psalm): bump psalm target PHP version from 8.0 to 8.1
Signed-off-by: Maksim Sukharev <[email protected]>
1 parent ac5e016 commit 37fdb5a

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.0"
11+
phpVersion="8.1"
1212
>
1313
<projectFiles>
1414
<directory name="lib"/>

0 commit comments

Comments
 (0)