Skip to content

Commit

Permalink
Explicitly set composer config version to avoid pulling all branches (
Browse files Browse the repository at this point in the history
laravel#50701)

and tags for GitHub Actions

Signed-off-by: Mior Muhammad Zaki <[email protected]>
Co-authored-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
driesvints and crynobone authored Mar 21, 2024
1 parent 0dbc374 commit cfedb23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/facades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
tools: composer:v2
coverage: none

- name: Set Framework version
run: composer config version "10.x-dev"

- name: Install dependencies
uses: nick-fields/retry@v3
with:
Expand Down

0 comments on commit cfedb23

Please sign in to comment.