diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 202a2ffa..9a901de1 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -51,7 +51,7 @@ jobs: with: # Should be the higest supported version, so we can use the newest tools php-version: '8.3' - tools: composer, composer-require-checker, composer-unused, phpcs, phpstan + tools: composer, composer-require-checker, composer-unused, phpcs extensions: ctype, date, dom, filter, pcre, soap, spl, xml coverage: none @@ -87,11 +87,11 @@ jobs: - name: PHPStan run: | - phpstan analyze -c phpstan.neon + vendor/bin/phpstan analyze -c phpstan.neon - name: PHPStan (testsuite) run: | - phpstan analyze -c phpstan-dev.neon + vendor/bin/phpstan analyze -c phpstan-dev.neon security: name: Security checks