Skip to content

Commit 1f09954

Browse files
committed
fix(psalm): align php version with support matrix
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 01cd542 commit 1f09954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
1111
findUnusedBaselineEntry="true"
1212
findUnusedCode="false"
1313
resolveFromConfigFile="true"
14-
phpVersion="8.2"
14+
phpVersion="8.1"
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1616
xmlns="https://getpsalm.org/schema/config"
1717
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"

0 commit comments

Comments
 (0)