diff options
| -rw-r--r-- | .github/workflows/php-code-quality.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/php-code-quality.yml b/.github/workflows/php-code-quality.yml index bbcaf8ee3..24d1aea60 100644 --- a/.github/workflows/php-code-quality.yml +++ b/.github/workflows/php-code-quality.yml @@ -34,7 +34,7 @@ jobs: with: php-version: '8.4' coverage: none - tools: none + tools: phpstan - name: Run PHPStan run: vendor/bin/phpstan analyze --no-progress @@ -61,7 +61,7 @@ jobs: with: php-version: ${{ matrix.php }} coverage: none - tools: none + tools: phpunit - name: Run PHPUnit run: vendor/bin/phpunit --exclude integration --coverage-filter classes --coverage-filter include |