Skip to content

Commit 9092dcf

Browse files
committed
chore: Fix psalm to use correct php version depending on branch
Needs to be adapted on each branch to reflect the used PHP version and help with baseline updating. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent aff3e65 commit 9092dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
errorBaseline="build/psalm-baseline.xml"
99
findUnusedBaselineEntry="false"
1010
findUnusedCode="false"
11+
phpVersion="8.1"
1112
>
1213
<plugins>
1314
<plugin filename="build/psalm/AppFrameworkTainter.php" />

0 commit comments

Comments
 (0)