Merge pull request #45123 from nextcloud/backport/44956/stable27

[stable27] chore: Fix update-psalm-baseline to use correct php version depending on branch
This commit is contained in:
Côme Chilliet 2024-05-02 11:04:41 +02:00 committed by GitHub
commit 774d4908bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,9 +5,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
errorBaseline="build/psalm-baseline.xml"
errorBaseline="build/psalm-baseline.xml"
findUnusedBaselineEntry="false"
findUnusedCode="false"
phpVersion="8.0"
>
<plugins>
<plugin filename="build/psalm/AppFrameworkTainter.php" />