1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

update phpstan ci

This commit is contained in:
Robin Appelman 2022-05-18 13:46:42 +02:00
commit 8e86657579

View file

@ -31,10 +31,9 @@ jobs:
extensions: apcu extensions: apcu
- name: Composer - name: Composer
run: composer install run: composer install
- uses: php-actions/phpstan@v1 - name: phpstan
with: run: |
error_format: github ./vendor/bin/phpstan analyse --level 6 src
args: --level 6 src
phpunit: phpunit:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04