Skip to content

migration symfony 5 and 6 PHP 8.1 #63

migration symfony 5 and 6 PHP 8.1

migration symfony 5 and 6 PHP 8.1 #63

name: "coding standards"
on: ["pull_request", "push"]
jobs:
coding-standards:
name: "coding standards"
runs-on: "ubuntu-latest"
steps:
- name: "checkout"
uses: "actions/checkout@v2"
- name: "installing PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "7.4"
ini-values: memory_limit=-1
tools: composer:v2, cs2pr, php-cs-fixer
- name: "checking coding standards"
run: "php-cs-fixer fix --dry-run --diff --ansi"