Skip to content

chore: raise phpstan to level 9 #24

chore: raise phpstan to level 9

chore: raise phpstan to level 9 #24

Workflow file for this run

name: CI
on: [push]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
args: --ignore-platform-reqs
- name: PHPStan Static Analysis
run: vendor/bin/phpstan analyse -c .github/phpstan.neon