From 5eae5003bcd13b4917d0307f8406d591c9f5ff7c Mon Sep 17 00:00:00 2001 From: Jacques Bodin-Hullin Date: Mon, 14 Dec 2020 00:24:08 +0100 Subject: [PATCH] Unset platform.php in recipe test --- .github/workflows/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/recipe.yaml b/.github/workflows/recipe.yaml index c4f31d5..be6722b 100644 --- a/.github/workflows/recipe.yaml +++ b/.github/workflows/recipe.yaml @@ -66,7 +66,7 @@ jobs: composer config repositories.plugin '{"type": "path", "url": "../plugin/"}' composer config extra.symfony.allow-contrib true composer config secure-http false - composer config platform.php ${{ matrix.php }} + composer config --unset platform.php - name: Install monsieurbiz/sylius-rich-editor-plugin working-directory: ./sylius