Skip to content

Commit f3dbd63

Browse files
committed
[tmp] branch from ES8 PR
1 parent 5546eef commit f3dbd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/4.6.x-dev/prepare_project_edition.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [[ "$PROJECT_EDITION" != "oss" ]]; then
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
127127
if [[ "$PHP_IMAGE" == *"node20"* ]]; then
128-
docker exec install_dependencies composer require ibexa/elasticsearch8:$PROJECT_VERSION --no-scripts --ansi --no-update
128+
docker exec install_dependencies composer require ibexa/elasticsearch8:"dev-support-es8 as 4.6.x-dev" --no-scripts --ansi --no-update
129129
fi
130130
fi
131131
if [[ "$PROJECT_EDITION" == "commerce" ]]; then

0 commit comments

Comments
 (0)