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 ac8bc03 commit fb505deCopy full SHA for fb505de
.github/workflows/ci.yaml
@@ -116,6 +116,11 @@ 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