Skip to content

Merge pull request #55 from backstagephp/feature/longText-mail-events… #248

Merge pull request #55 from backstagephp/feature/longText-mail-events…

Merge pull request #55 from backstagephp/feature/longText-mail-events… #248

Workflow file for this run

name: PHPStan
on:
push:
paths:
- '**.php'
- 'phpstan.neon.dist'
jobs:
phpstan:
name: phpstan
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
name: PHPStan - PHP ${{ matrix.php }}

Check failure on line 18 in .github/workflows/phpstan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/phpstan.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v2
- name: Run PHPStan
run: ./vendor/bin/phpstan --error-format=github