Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 11, 2024
1 parent 611e9b7 commit 1308e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- name: Setup composer dependencies
run: .github/jobs/composer_setup.sh
- name: Show the phpstan version
run: webapp/vendor/phpstan/phpstan/phpstan --version
run: lib/vendor/phpstan/phpstan/phpstan --version
- uses: php-actions/[email protected]
with:
configuration: webapp/phpstan.dist.neon
path: webapp/src webapp/tests
php_extensions: gd intl mysqli pcntl zip
autoload_file: webapp/vendor/autoload.php
autoload_file: lib/vendor/autoload.php
version: composer
- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 1308e33

Please sign in to comment.