Skip to content

Commit ba6b89c

Browse files
author
Randy Čupić
committed
NGSTACK-672 Make sure eZ publish legacy is an allowed composer plugin
1 parent 4da44b1 commit ba6b89c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- run: composer global config --no-plugins allow-plugins.symfony/flex true
3838
- run: composer global require --no-scripts symfony/flex
3939

40+
# Install eZ Publish legacy installer as a global dependency
41+
- run: composer config --no-plugins allow-plugins.ezsystems/ezpublish-legacy-installer [true|false]
42+
4043
- run: composer config extra.symfony.require ${{ matrix.symfony }}
4144

4245
-

0 commit comments

Comments
 (0)