mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
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>
This commit is contained in:
parent
aff3e65806
commit
9092dcfd41
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
errorBaseline="build/psalm-baseline.xml"
|
||||
findUnusedBaselineEntry="false"
|
||||
findUnusedCode="false"
|
||||
phpVersion="8.1"
|
||||
>
|
||||
<plugins>
|
||||
<plugin filename="build/psalm/AppFrameworkTainter.php" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue