Skip to content

Merge pull request #8 from TomHAnderson/feature/ci-php-versions #17

Merge pull request #8 from TomHAnderson/feature/ci-php-versions

Merge pull request #8 from TomHAnderson/feature/ci-php-versions #17

name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
- "main"
push:
branches:
- "*.x"
- "main"
jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-version: '8.0'
composer-options: '--prefer-dist --ignore-platform-req=php'