Skip to content

Commit ebd5070

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

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
@@ -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)