Changes to allow composer to install; tests are breaking #160
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Coding Standards" | |
on: | |
pull_request: | |
branches: | |
- "*.x" | |
- "main" | |
push: | |
branches: | |
- "*.x" | |
- "main" | |
jobs: | |
coding-standards: | |
name: "Coding Standards" | |
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.2.0" | |
with: | |
php-version: '8.2' | |
composer-options: '--prefer-dist --ignore-platform-req=php' | |