We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d7569 commit 1945839Copy full SHA for 1945839
1 file changed
.github/workflows/test.yml
@@ -27,17 +27,16 @@ jobs:
27
RUN_PSALM: 'false'
28
- PHP_VERSION: '7.4'
29
CODE_COVERAGE: 'true'
30
- RUN_PHPSTAN: 'false'
31
- RUN_PSALM: 'false'
+ RUN_PHPSTAN: 'true'
+ RUN_PSALM: 'true'
32
- PHP_VERSION: '8.0'
33
34
RUN_PHPSTAN: 'false'
35
36
- PHP_VERSION: '8.1'
37
38
39
40
- COMPOSER_EXTRA_ARGS: --ignore-platform-reqs
41
42
steps:
43
- uses: actions/checkout@v2
0 commit comments