Skip to content

Commit 71f0f1a

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [ci] allow flex to run in CI
2 parents 5054ed8 + 36cf603 commit 71f0f1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ 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+
119124
- name: Install test application
120125
if: ${{ steps.find-files.outputs.files }}
121126
run: |

0 commit comments

Comments
 (0)