Skip to content

Commit 70b1b76

Browse files
authored
Speed up symfony 5.2 build (api-platform#3822)
1 parent 4af03d0 commit 70b1b76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,14 +650,11 @@ jobs:
650650
extensions: intl, bcmath, curl, openssl, mbstring
651651
coverage: none
652652
ini-values: memory_limit=-1
653-
- name: Install additional packages
654-
run: sudo apt-get install moreutils
655653
- name: Get composer cache directory
656654
id: composercache
657655
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
658656
- name: Allow unstable project dependencies
659-
run: |
660-
jq '. + {"minimum-stability": "dev"}' composer.json | sponge composer.json
657+
run: composer config minimum-stability dev
661658
- name: Cache dependencies
662659
uses: actions/cache@v2
663660
with:

0 commit comments

Comments
 (0)