Skip to content

Commit

Permalink
Use composer1 for Magento 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Aug 25, 2021
1 parent debf240 commit 6f521c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/magento-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Composer installation
run: |
cd /tmp/m2
COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --no-progress --no-suggest --no-dev
COMPOSER_MEMORY_LIMIT=-1 composer1 install --prefer-source --no-interaction --no-progress --no-suggest --no-dev
- name: Magento installation
run: |
cd /tmp/m2
Expand Down

0 comments on commit 6f521c5

Please sign in to comment.