update phpstan version

This commit is contained in:
Dennis Eichhorn 2020-02-25 22:47:00 +01:00
parent 5ba452d12f
commit 62cd92710b

View File

@ -154,7 +154,7 @@ jobs:
run: |
sed -i 's/path: phpOMS\//path: /g' Build/Config/phpstan-baseline.neon
- name: phpstan
run: vendor/bin/phpstan analyse -a Autoloader.php --no-progress -l 7 -c Build/Config/phpstan.neon ./
run: vendor/bin/phpstan analyse -a Autoloader.php --no-progress -l 8 -c Build/Config/phpstan.neon ./
codestyle-tests:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'NO_CI')"