From cf713e6c434cf506bbce155f334db8614bae59dc Mon Sep 17 00:00:00 2001 From: AslanAV Date: Tue, 16 Jan 2024 09:49:35 +0300 Subject: [PATCH] test CI --- .gitea/workflows/php.yml | 1 + 1 file changed, 1 insertion(+) 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