Skip to content

set phpstan level to 8 and correct docs/code #101

set phpstan level to 8 and correct docs/code

set phpstan level to 8 and correct docs/code #101

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: Run PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
php_version: 8.1
memory_limit: 512M
path: src/Pipit/
configuration: phpstan.dist
level: 8
- name: Run Codeception Tests
run: php vendor/bin/codecept run