Fix wiring of PHP metadata drivers on doctrine/orm 3.x (#1832) #1893
This file contains 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" | |
push: | |
branches: | |
- "*.x" | |
jobs: | |
coding-standards: | |
name: "Coding Standards" | |
uses: "doctrine/.github/.github/workflows/coding-standards.yml@5.2.0" | |
with: | |
composer-options: "--prefer-dist --prefer-stable" |