File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,5 @@ jobs:
104
104
dependency-versions : " ${{ matrix.dependency-versions }}"
105
105
composer-options : " ${{ matrix.composer-options }}"
106
106
107
- - name : " Run PHPStan"
108
- run : " vendor/bin/phpstan analyse --no-progress"
109
-
110
107
- name : " Run PHPUnit"
111
108
run : " composer test"
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : " Checkout"
18
18
uses : " actions/checkout@v3"
19
+ - name : PHPStan
20
+ uses : " docker://oskarstark/phpstan-ga"
21
+ env :
22
+ REQUIRE_DEV : true
23
+ with :
24
+ args : analyze --no-progress
19
25
- name : " PHP-CS-Fixer"
20
26
uses : " docker://oskarstark/php-cs-fixer-ga:2.19.0"
21
27
with :
Original file line number Diff line number Diff line change 57
57
"php-http/cache-plugin" : " ^1.7" ,
58
58
"php-http/mock-client" : " ^1.2" ,
59
59
"php-http/promise" : " ^1.0" ,
60
- "phpstan/phpstan" : " ^1.11 " ,
60
+ "phpstan/phpstan-symfony " : " ^1.2 " ,
61
61
"symfony/browser-kit" : " ^5.4 || ^6.0 || ^7.0" ,
62
62
"symfony/cache" : " ^5.4 || ^6.0 || ^7.0" ,
63
63
"symfony/dom-crawler" : " ^5.4 || ^6.0 || ^7.0" ,
You can’t perform that action at this time.
0 commit comments