From 76369acdc8cba18a37c6d652555bd3e752ee1e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnch?= Date: Wed, 22 Dec 2021 14:59:09 +0100 Subject: [PATCH] Remove "allow all composer plugins" in matrix build --- .github/workflows/magento_platform_tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/magento_platform_tests.yml b/.github/workflows/magento_platform_tests.yml index 96aba0590..f7367b671 100644 --- a/.github/workflows/magento_platform_tests.yml +++ b/.github/workflows/magento_platform_tests.yml @@ -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