Skip to content

Bump symfony/debug-bundle from 6.4.8 to 7.2.0 #174

Bump symfony/debug-bundle from 6.4.8 to 7.2.0

Bump symfony/debug-bundle from 6.4.8 to 7.2.0 #174

Workflow file for this run

name: PHPStan
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
strategy:
matrix:
php-versions:
- '8.2'
- '8.3'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- name: Install Composer dependencies
uses: ramsey/composer-install@v3
- name: PHPStan
run: php vendor/bin/phpstan analyse --error-format=github