We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f663395 commit adaab47Copy full SHA for adaab47
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
RUN_PSALM: 'false'
28
- PHP_VERSION: '7.4'
29
CODE_COVERAGE: 'true'
30
- RUN_PHPSTAN: 'false'
+ RUN_PHPSTAN: 'true'
31
RUN_PSALM: 'true'
32
- PHP_VERSION: '8.0'
33
phpstan.neon.dist
@@ -5,7 +5,7 @@ parameters:
5
- tests
6
excludePaths:
7
- tests/*-native.php
8
- - src/*-80.php
+ - src/php80/*
9
10
services:
11
-
0 commit comments