Skip to content

Bump gomzyakov/php-cs-fixer-config from 1.75.0 to 1.76.0 #729

Bump gomzyakov/php-cs-fixer-config from 1.75.0 to 1.76.0

Bump gomzyakov/php-cs-fixer-config from 1.75.0 to 1.76.0 #729

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@v4
- name: Setup PHP 8.3
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- name: Install Composer dependencies
run: composer update --no-interaction --prefer-dist
- name: Run tests via PHPStan
run: composer phpstan