Skip to content

Commit cfedb23

Browse files
Explicitly set composer config version to avoid pulling all branches (#50701)
and tags for GitHub Actions Signed-off-by: Mior Muhammad Zaki <[email protected]> Co-authored-by: Mior Muhammad Zaki <[email protected]>
1 parent 0dbc374 commit cfedb23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/facades.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
tools: composer:v2
2929
coverage: none
3030

31+
- name: Set Framework version
32+
run: composer config version "10.x-dev"
33+
3134
- name: Install dependencies
3235
uses: nick-fields/retry@v3
3336
with:

0 commit comments

Comments
 (0)