Skip to content

build(deps): bump cookie and express #947

build(deps): bump cookie and express

build(deps): bump cookie and express #947

Workflow file for this run

name: PHPStan
on:
pull_request: null
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none
- uses: "ramsey/composer-install@v2"
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
continue-on-error: true
with:
configuration: phpstan.neon
memory_limit: 256M