Skip to content

Commit 1308e33

Browse files
committed
Fixup
1 parent 611e9b7 commit 1308e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
- name: Setup composer dependencies
1515
run: .github/jobs/composer_setup.sh
1616
- name: Show the phpstan version
17-
run: webapp/vendor/phpstan/phpstan/phpstan --version
17+
run: lib/vendor/phpstan/phpstan/phpstan --version
1818
- uses: php-actions/[email protected]
1919
with:
2020
configuration: webapp/phpstan.dist.neon
2121
path: webapp/src webapp/tests
2222
php_extensions: gd intl mysqli pcntl zip
23-
autoload_file: webapp/vendor/autoload.php
23+
autoload_file: lib/vendor/autoload.php
2424
version: composer
2525
- uses: actions/upload-artifact@v4
2626
if: always()

0 commit comments

Comments
 (0)