Skip to content

Commit

Permalink
chore: Fix psalm to use correct php version depending on branch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
come-nc committed Apr 22, 2024
1 parent aff3e65 commit 9092dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
errorBaseline="build/psalm-baseline.xml"
findUnusedBaselineEntry="false"
findUnusedCode="false"
phpVersion="8.1"
>
<plugins>
<plugin filename="build/psalm/AppFrameworkTainter.php" />
Expand Down

0 comments on commit 9092dcf

Please sign in to comment.