8000 fix CI by reverting #17020 · symfony/symfony-docs@7c7c76e · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c7c76e

Browse files
committed
fix CI by reverting #17020
1 parent 37cb398 commit 7c7c76e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
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)
0