Skip to content

Commit f5b4a22

Browse files
Revert forcing the psalm php version
1 parent 17ee752 commit f5b4a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
composer-options: "--ignore-platform-reqs" # required for PHP 8.2 as not yet official supported
8989

9090
- name: Psalm
91-
run: psalm --php-version=8.2 --no-progress --output-format=github
91+
run: psalm --no-progress --output-format=github
9292

9393
composer-normalize:
9494
name: Composer Normalize

0 commit comments

Comments
 (0)