diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-04-16 17:57:10 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-04-22 11:22:46 +0200 |
commit | 7cd1c2d7c3060b3434dd8f064b536d0483c641cc (patch) | |
tree | b232a07cf99a931f19edbe9c3e98be5a913679ac /psalm.xml | |
parent | b86679cdb26d48ea7988695b4be6473bfbae961b (diff) | |
download | nextcloud-server-7cd1c2d7c3060b3434dd8f064b536d0483c641cc.tar.gz nextcloud-server-7cd1c2d7c3060b3434dd8f064b536d0483c641cc.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..5c4c40a1580 100644 --- a/psalm.xml +++ b/psalm.xml @@ -8,6 +8,7 @@ errorBaseline="build/psalm-baseline.xml" findUnusedBaselineEntry="false" findUnusedCode="false" + phpVersion="8.0" > <plugins> <plugin filename="build/psalm/AppFrameworkTainter.php" /> |