diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-04-16 17:57:10 +0200 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-04-22 10:46:02 +0200 |
commit | 9092dcfd41f3c6c2b76d51ea5ddac6fb83633898 (patch) | |
tree | 69364a642627ea7105c09af138874c1e8a8a4b92 /psalm.xml | |
parent | aff3e65806082e85765630dcdf292d54a7b40277 (diff) | |
download | nextcloud-server-9092dcfd41f3c6c2b76d51ea5ddac6fb83633898.tar.gz nextcloud-server-9092dcfd41f3c6c2b76d51ea5ddac6fb83633898.zip |
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>
Diffstat (limited to 'psalm.xml')
-rw-r--r-- | psalm.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml index 7ef84054074..d55c9a0552a 100644 --- a/psalm.xml +++ b/psalm.xml @@ -8,6 +8,7 @@ errorBaseline="build/psalm-baseline.xml" findUnusedBaselineEntry="false" findUnusedCode="false" + phpVersion="8.1" > <plugins> <plugin filename="build/psalm/AppFrameworkTainter.php" /> |