Skip to content

Commit 5546eef

Browse files
committed
Added ibexa/elasticsearch8 opt-in package to Node 20 setup
1 parent ad45665 commit 5546eef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/4.6.x-dev/prepare_project_edition.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ if [[ "$PROJECT_EDITION" != "oss" ]]; then
124124
docker exec install_dependencies composer require ibexa/product-catalog-date-time-attribute:$PROJECT_VERSION --no-scripts --ansi --no-update
125125
docker exec install_dependencies composer require ibexa/product-catalog-symbol-attribute:$PROJECT_VERSION --no-scripts --ansi --no-update
126126
docker exec install_dependencies composer require ibexa/integrated-help:$PROJECT_VERSION --no-scripts --ansi --no-update
127+
if [[ "$PHP_IMAGE" == *"node20"* ]]; then
128+
docker exec install_dependencies composer require ibexa/elasticsearch8:$PROJECT_VERSION --no-scripts --ansi --no-update
129+
fi
127130
fi
128131
if [[ "$PROJECT_EDITION" == "commerce" ]]; then
129132
docker exec install_dependencies composer require ibexa/discounts:$PROJECT_VERSION ibexa/discounts-codes:$PROJECT_VERSION --no-scripts --ansi --no-update

0 commit comments

Comments
 (0)