Skip to content

Commit ea665e9

Browse files
authored
Merge pull request #648 from lindelius/mongodb-php85
Add PHP 8.5 support for mongodb2
2 parents b6569ce + d05b871 commit ea665e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

layers/mongodb2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PHP_VERSION
22
ARG BREF_VERSION
33
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
44

5-
RUN pecl install --force mongodb-2.1.4
5+
RUN pecl install --force mongodb-2.1.8
66
RUN cp `php-config --extension-dir`/mongodb.so /tmp/mongodb.so
77
RUN echo 'extension=mongodb.so' > /tmp/ext.ini
88

layers/mongodb2/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"php": [
33
"82",
44
"83",
5-
"84"
5+
"84",
6+
"85"
67
]
78
}

0 commit comments

Comments
 (0)