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: |