Skip to content

Commit f36cfb5

Browse files
committed
minor #17121 Fix CI by reverting #17020 (HeahDude)
This PR was merged into the 4.4 branch. Discussion ---------- Fix CI by reverting #17020 The CI is failing in #16992 because of this, see https://github.com/symfony/symfony-docs/runs/7704382531?check_suite_focus=true. My guess if that it's now fixed upstream thanks to symfony-tools/symfony-application#14. Commits ------- 7c7c76e fix CI by reverting #17020
2 parents 37cb398 + 7c7c76e commit f36cfb5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ jobs:
116116
if: ${{ steps.find-files.outputs.files }}
117117
run: composer create-project symfony-tools/code-block-checker:@dev _checker
118118

119-
- name: Allow Flex
120-
if: ${{ steps.find-files.outputs.files }}
121-
run: |
122-
composer config --no-plugins allow-plugins.symfony/flex true
123-
124119
- name: Install test application
125120
if: ${{ steps.find-files.outputs.files }}
126121
run: |

0 commit comments

Comments
 (0)