File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,31 @@ jobs:
15
15
run : .github/jobs/composer_setup.sh
16
16
- name : Show the phpstan version
17
17
run : webapp/vendor/phpstan/phpstan/phpstan --version
18
- -
uses :
php-actions/[email protected]
18
+ - name : Run PHPStan in the classic way
19
+ run : /webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon
20
+ - uses : php-actions/phpstan@v3
19
21
with :
20
22
configuration : webapp/phpstan.dist.neon
21
- path : webapp/src webapp/tests
22
23
php_extensions : gd intl mysqli pcntl zip
23
24
autoload_file : webapp/vendor/autoload.php
24
25
version : composer
26
+ generate_baseline : /tmp/artifacts/phpstan_baseline.xml
27
+ command : list
28
+ args : -vvv
29
+ - uses : php-actions/phpstan@v3
30
+ with :
31
+ configuration : webapp/phpstan.dist.neon
32
+ php_extensions : gd intl mysqli pcntl zip
33
+ autoload_file : webapp/vendor/autoload.php
34
+ version : composer
35
+ args : -vvv
36
+ - uses : php-actions/phpstan@v2
37
+ with :
38
+ configuration : webapp/phpstan.dist.neon
39
+ php_extensions : gd intl mysqli pcntl zip
40
+ autoload_file : webapp/vendor/autoload.php
41
+ version : composer
42
+ args : -vvv
25
43
- uses : actions/upload-artifact@v4
26
44
if : always()
27
45
with :
You can’t perform that action at this time.
0 commit comments