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>
pull/44956/head
Côme Chilliet 1 month ago committed by Joas Schilling
parent b86679cdb2
commit 7cd1c2d7c3
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -8,6 +8,7 @@
errorBaseline="build/psalm-baseline.xml"
findUnusedBaselineEntry="false"
findUnusedCode="false"
phpVersion="8.0"
>
<plugins>
<plugin filename="build/psalm/AppFrameworkTainter.php" />

Loading…
Cancel
Save