Skip to content

Add Symfony 6 Support #48

Add Symfony 6 Support

Add Symfony 6 Support #48

Workflow file for this run

on: [pull_request]
name: Quality
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: PHPStan
uses: docker://oskarstark/phpstan-ga:0.12.41
with:
args: analyse
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga:2.16.4.1
with:
args: --config=.php_cs.dist --diff --dry-run