Skip to content

Commit ef0fcc3

Browse files
committed
Disable psalm on PHP 8.4
1 parent 92bd1e1 commit ef0fcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- PHP_VERSION: 8.4
5757
CODE_COVERAGE: false
5858
RUN_PHPSTAN: true
59-
RUN_PSALM: true
59+
RUN_PSALM: false
6060
RUN_BENCHMARK: false
6161

6262
steps:

0 commit comments

Comments
 (0)