We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cb398 commit 7c7c76eCopy full SHA for 7c7c76e
.github/workflows/ci.yaml
@@ -116,11 +116,6 @@ jobs:
116
if: ${{ steps.find-files.outputs.files }}
117
run: composer create-project symfony-tools/code-block-checker:@dev _checker
118
119
- - name: Allow Flex
120
- if: ${{ steps.find-files.outputs.files }}
121
- run: |
122
- composer config --no-plugins allow-plugins.symfony/flex true
123
-
124
- name: Install test application
125
126
run: |
0 commit comments