From 7c7c76ead3cd0e316a76233e309db611274c5681 Mon Sep 17 00:00:00 2001 From: Jules Pietri Date: Sat, 6 Aug 2022 13:14:37 +0200 Subject: [PATCH] fix CI by reverting #17020 --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7174f5d4cf2..87ccb0b1d75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,11 +116,6 @@ jobs: if: ${{ steps.find-files.outputs.files }} run: composer create-project symfony-tools/code-block-checker:@dev _checker - - name: Allow Flex - if: ${{ steps.find-files.outputs.files }} - run: | - composer config --no-plugins allow-plugins.symfony/flex true - - name: Install test application if: ${{ steps.find-files.outputs.files }} run: |