File tree Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Original file line number Diff line number Diff line change 32
32
33
33
- name : " Run PHPStan"
34
34
run : " vendor/bin/phpstan analyse --error-format=checkstyle --no-progress | cs2pr"
35
-
36
- # static-analysis-psalm:
37
- # name: "Psalm"
38
- # runs-on: "ubuntu-latest"
39
- #
40
- # strategy:
41
- # matrix:
42
- # php-version:
43
- # - "7.4"
44
- #
45
- # steps:
46
- # - name: "Checkout code"
47
- # uses: "actions/checkout@v2"
48
- #
49
- # - name: "Install PHP"
50
- # uses: "shivammathur/setup-php@v2"
51
- # with:
52
- # coverage: "none"
53
- # php-version: "${{ matrix.php-version }}"
54
- #
55
- # - name: "Install dependencies with Composer"
56
- # uses: "ramsey/composer-install@v1"
57
- #
58
- # - name: "Run a static analysis with vimeo/psalm"
59
- # run: "vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc)"
Original file line number Diff line number Diff line change 57
57
"phpunit/phpunit" : " >=8.5.23 || ^9.3" ,
58
58
"php-http/guzzle7-adapter" : " ^0.1" ,
59
59
"monolog/monolog" : " >=1.11.0" ,
60
- "vimeo/psalm" : " ^4" ,
61
60
"php-http/cache-plugin" : " ^1.7" ,
62
61
"jeroen/psr-log-test-doubles" : " ^2.1 || ^3"
63
62
},
66
65
"test-ci" : " vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml coverage" ,
67
66
"test-coverage" : " php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-html build/coverage" ,
68
67
"test-cs" : " vendor/bin/phpcs" ,
69
- "test-phpstan" : " vendor/bin/phpstan analyse" ,
70
- "test-psalm" : " vendor/bin/psalm lib/"
68
+ "test-phpstan" : " vendor/bin/phpstan analyse"
71
69
},
72
70
"suggest" : {
73
71
"psr/log-implementation" : " If you wish to enable logging features, provide an PSR-3 logger." ,
You can’t perform that action at this time.
0 commit comments