This commit is contained in:
AslanAV 2024-01-16 10:36:18 +03:00
parent cf713e6c43
commit b7e5beb487
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
github_token: ${{ secrets.COMPOSER_GITHUB_TOKEN }}
tools: composer, phpcs, phpstan, phpunit, symfony
- name: PHP Security Checker