Skip to content

Commit 3966889

Browse files
committed
ci(psalm): Define PHP 8.1 as minimum
Signed-off-by: Joas Schilling <[email protected]>
1 parent 229f099 commit 3966889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psalm.xml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
errorLevel="2"
88
findUnusedBaselineEntry="false"
99
findUnusedCode="false"
10+
phpVersion="8.1"
1011
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1112
xmlns="https://getpsalm.org/schema/config"
1213
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"

0 commit comments

Comments
 (0)