Skip to content

Commit

Permalink
Run phpcs with stable dependencies
Browse files Browse the repository at this point in the history
This option was overlooked when migrating to reusable workflows.
  • Loading branch information
greg0ire committed Feb 12, 2022
1 parent 99cc3b3 commit b2fa2aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ jobs:
coding-standards:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
composer-options: "--prefer-dist --prefer-stable"

0 comments on commit b2fa2aa

Please sign in to comment.