Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Nov 19, 2024
1 parent 5bb3434 commit 563b80f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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, hash, intl, mbstring, opcache, openssl, pcre, spl, xml

- name: Setup problem matchers for PHP
Expand Down Expand Up @@ -93,11 +93,11 @@ jobs:

- name: PHPStan
run: |
phpstan analyze -c phpstan.neon --debug
vendor/bin/phpstan analyze -c phpstan.neon --debug
- name: PHPStan (testsuite)
run: |
phpstan analyze -c phpstan-dev.neon --debug
vendor/bin/phpstan analyze -c phpstan-dev.neon --debug
security:
name: Security checks
Expand Down

0 comments on commit 563b80f

Please sign in to comment.