Skip to content

feat: update to PHPStan 2.x #44

feat: update to PHPStan 2.x

feat: update to PHPStan 2.x #44

Workflow file for this run

name: Static Analysis
on:
push:
jobs:
ecs:
name: ECS
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
coverage: none
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Composer dependencies
uses: ramsey/composer-install@v3
- name: Style
run: composer test:lint