Skip to content

Commit

Permalink
Merge pull request #44861 from nextcloud/fix/fix-update-baseline-php-…
Browse files Browse the repository at this point in the history
…version

chore: Fix update-psalm-baseline to use correct php version depending on branch
  • Loading branch information
nickvergessen committed Apr 22, 2024
2 parents 7f0d2ad + 9092dcf commit 0f63eb2
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 0f63eb2

Please sign in to comment.