Skip to content
Snippets Groups Projects
Commit 7c92c31c authored by Andrey Postnikov's avatar Andrey Postnikov
Browse files

Issue #3518608 by andypost: PHP 8.4 and 8.5 upgrade mongodb to 2.0.0

parent 1e207441
No related branches found
No related tags found
No related merge requests found
Pipeline #475464 passed
......@@ -116,7 +116,7 @@ RUN set -xe &&\
# install pecl extensions for apcu, pcov, xdebug, and yaml
RUN pecl channel-update pecl.php.net &&\
pecl install APCu-5.1.24 mongodb-1.21.0 opentelemetry-1.1.2 pcov-1.0.12 xdebug-3.4.2 yaml-2.2.4 \
pecl install APCu-5.1.24 mongodb-2.0.0 opentelemetry-1.1.2 pcov-1.0.12 xdebug-3.4.2 yaml-2.2.4 \
&&\
set -eux &&\
# stript .debug files out of executables
......
......@@ -118,7 +118,7 @@ RUN set -xe &&\
# install pecl extensions for apcu, pcov, xdebug, and yaml
RUN pecl channel-update pecl.php.net &&\
pecl install APCu-5.1.24 mongodb-1.21.0 opentelemetry-1.1.2 pcov-1.0.12 xdebug-3.4.2 yaml-2.2.4 \
pecl install APCu-5.1.24 mongodb-2.0.0 opentelemetry-1.1.2 pcov-1.0.12 xdebug-3.4.2 yaml-2.2.4 \
&&\
set -eux &&\
# stript .debug files out of executables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment