Skip to content

Commit 2bbd094

Browse files
committed
Fixup2
1 parent b20ba97 commit 2bbd094

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,7 @@ jobs:
1616
- name: Show the phpstan version
1717
run: webapp/vendor/phpstan/phpstan/phpstan --version
1818
- name: Run PHPStan in the classic way
19-
run: webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon
20-
- uses: php-actions/phpstan@v3
21-
with:
22-
configuration: webapp/phpstan.dist.neon
23-
php_extensions: gd intl mysqli pcntl zip
24-
autoload_file: webapp/vendor/autoload.php
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
19+
run: webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon | tee /tmp/artifacts/phpstan.out
4320
- uses: actions/upload-artifact@v4
4421
if: always()
4522
with:

0 commit comments

Comments
 (0)