Skip to content

Commit d123325

Browse files
committed
Disable psalm
1 parent 92bd1e1 commit d123325

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@ jobs:
3131
- PHP_VERSION: 7.4
3232
CODE_COVERAGE: true
3333
RUN_PHPSTAN: true
34-
RUN_PSALM: true
34+
RUN_PSALM: false
3535
RUN_BENCHMARK: false
3636
- PHP_VERSION: 8.0
3737
CODE_COVERAGE: true
3838
RUN_PHPSTAN: true
39-
RUN_PSALM: true
39+
RUN_PSALM: false
4040
RUN_BENCHMARK: false
4141
- PHP_VERSION: 8.1
4242
CODE_COVERAGE: true
4343
RUN_PHPSTAN: true
44-
RUN_PSALM: true
44+
RUN_PSALM: false
4545
RUN_BENCHMARK: true
4646
- PHP_VERSION: 8.2
4747
CODE_COVERAGE: false
4848
RUN_PHPSTAN: true
49-
RUN_PSALM: true
49+
RUN_PSALM: false
5050
RUN_BENCHMARK: false
5151
- PHP_VERSION: 8.3
5252
CODE_COVERAGE: false
5353
RUN_PHPSTAN: true
54-
RUN_PSALM: true
54+
RUN_PSALM: false
5555
RUN_BENCHMARK: false
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)