Merge pull request #44956 from nextcloud/backport/44861/stable29

[stable29] chore: Fix update-psalm-baseline to use correct php version depending on branch
This commit is contained in:
Côme Chilliet 2024-04-30 15:37:39 +02:00 committed by GitHub
commit 395d493e6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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