Skip to content

Commit b2fa2aa

Browse files
committed
Run phpcs with stable dependencies
This option was overlooked when migrating to reusable workflows.
1 parent 99cc3b3 commit b2fa2aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
coding-standards:
1414
name: "Coding Standards"
1515
uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.4.1"
16+
with:
17+
composer-options: "--prefer-dist --prefer-stable"

0 commit comments

Comments
 (0)