Skip to content

Commit 9fa8a2a

Browse files
committed
ci(actions): enforce php version for psalm
Signed-off-by: Daniel Kesselberg <[email protected]>
1 parent 545ada4 commit 9fa8a2a

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
@@ -6,6 +6,7 @@
66
xmlns="https://getpsalm.org/schema/config"
77
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
88
errorBaseline="tests/psalm-baseline.xml"
9+
phpVersion="8.1"
910
>
1011
<stubs>
1112
<file name="tests/stub.phpstub" preloadClasses="true"/>

0 commit comments

Comments
 (0)