Skip to content

Commit

Permalink
Remove "allow all composer plugins" in matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Dec 22, 2021
1 parent c057255 commit 76369ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/magento_platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ jobs:
run: composer global require hirak/prestissimo
if: matrix.composer-version == 'v1'

- name: Allow all Composer plugins
run: composer global config allow-plugins true
if: matrix.composer-version == 'v2'

# Temporary downgrade until incompatibilities to Composer 2.2 are fixed
- name: Downgrade Composer v2 to 2.1.14
run: composer self-updarte --2 2.1.14
Expand Down

0 comments on commit 76369ac

Please sign in to comment.