diff --git a/.gitea/workflows/php.yml b/.gitea/workflows/php.yml index 631a93e..26bec8f 100644 --- a/.gitea/workflows/php.yml +++ b/.gitea/workflows/php.yml @@ -51,6 +51,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} + tools: composer, phpcs, phpstan, phpunit, symfony - name: PHP Security Checker uses: StephaneBour/actions-php-security-checker@1.1