Skip to content

Commit 1945839

Browse files
committed
tests
1 parent 19d7569 commit 1945839

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,16 @@ jobs:
2727
RUN_PSALM: 'false'
2828
- PHP_VERSION: '7.4'
2929
CODE_COVERAGE: 'true'
30-
RUN_PHPSTAN: 'false'
31-
RUN_PSALM: 'false'
30+
RUN_PHPSTAN: 'true'
31+
RUN_PSALM: 'true'
3232
- PHP_VERSION: '8.0'
3333
CODE_COVERAGE: 'true'
3434
RUN_PHPSTAN: 'false'
3535
RUN_PSALM: 'false'
3636
- PHP_VERSION: '8.1'
3737
CODE_COVERAGE: 'true'
38-
RUN_PHPSTAN: 'false'
39-
RUN_PSALM: 'false'
40-
COMPOSER_EXTRA_ARGS: --ignore-platform-reqs
38+
RUN_PHPSTAN: 'true'
39+
RUN_PSALM: 'true'
4140

4241
steps:
4342
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)