Skip to content

Commit 12477e9

Browse files
committed
chore: Set minimum php version for psalm
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 5870616 commit 12477e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
xmlns="https://getpsalm.org/schema/config"
1111
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
1212
errorBaseline="tests/psalm-baseline.xml"
13+
phpVersion="8.1"
1314
>
1415
<stubs>
1516
<file name="tests/stub.phpstub" preloadClasses="true"/>

0 commit comments

Comments
 (0)