We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1945839 commit 444fe03Copy full SHA for 444fe03
1 file changed
.github/workflows/test.yml
@@ -30,13 +30,13 @@ jobs:
30
RUN_PHPSTAN: 'true'
31
RUN_PSALM: 'true'
32
- PHP_VERSION: '8.0'
33
- CODE_COVERAGE: 'true'
34
- RUN_PHPSTAN: 'false'
35
- RUN_PSALM: 'false'
36
- - PHP_VERSION: '8.1'
37
CODE_COVERAGE: 'true'
38
39
+ - PHP_VERSION: '8.1'
+ CODE_COVERAGE: 'true'
+ RUN_PHPSTAN: 'false'
+ RUN_PSALM: 'false'
40
41
steps:
42
- uses: actions/checkout@v2
0 commit comments