Skip to content

Updated PHPSpec level from 3 to 8 #1

Updated PHPSpec level from 3 to 8

Updated PHPSpec level from 3 to 8 #1

Workflow file for this run

name: PHPStan level 9
on: push
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: '**/vendor'
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-composer-
- uses: php-actions/composer@v6
with:
args: --prefer-dist
php_version: '8.2'
- name: PHPStan
uses: php-actions/phpstan@v3
with:
path: src/
level: 9
php_version: '8.2'