diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87ccb0b1d75..7174f5d4cf2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,6 +116,11 @@ 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: |