We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611e9b7 commit 1308e33Copy full SHA for 1308e33
.github/workflows/phpstan.yml
@@ -14,13 +14,13 @@ jobs:
14
- name: Setup composer dependencies
15
run: .github/jobs/composer_setup.sh
16
- name: Show the phpstan version
17
- run: webapp/vendor/phpstan/phpstan/phpstan --version
+ run: lib/vendor/phpstan/phpstan/phpstan --version
18
- uses: php-actions/[email protected]
19
with:
20
configuration: webapp/phpstan.dist.neon
21
path: webapp/src webapp/tests
22
php_extensions: gd intl mysqli pcntl zip
23
- autoload_file: webapp/vendor/autoload.php
+ autoload_file: lib/vendor/autoload.php
24
version: composer
25
- uses: actions/upload-artifact@v4
26
if: always()
0 commit comments