Skip to content

Bump phpstan/phpstan from 2.1.40 to 2.2.1 #344

Bump phpstan/phpstan from 2.1.40 to 2.2.1

Bump phpstan/phpstan from 2.1.40 to 2.2.1 #344

Workflow file for this run

name: PHPStan
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup PHP 8.5.3
uses: shivammathur/setup-php@v2
with:
php-version: 8.5.3
- name: Install Composer dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Run tests via PHPStan
run: composer phpstan