From 36d48c0982840e5c2caa655da62cadb646744964 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 21 Sep 2022 08:13:17 +0200 Subject: [PATCH] allow flex plugin in composer configuration --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 41475b0..678f13f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,6 +85,7 @@ jobs: - name: Install dependencies run: | + composer config --no-plugins allow-plugins.symfony/flex true composer require --no-update --no-interaction --no-progress symfony/flex composer config extra.symfony.require ${{ matrix.symfony}} composer update --prefer-dist --no-interaction --prefer-stable --prefer-lowest --no-progress