Skip to content

Commit f33a103

Browse files
committed
chore: change php version to run psalm
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent bc782f0 commit f33a103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# do not stop on another job's failure
99
fail-fast: false
1010
matrix:
11-
php-versions: ['8.1', '8.2', '8.3']
11+
php-versions: ['8.2', '8.3', '8.4', '8.5']
1212

1313
name: Psalm check
1414

0 commit comments

Comments
 (0)