mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 09:02:42 +00:00
Add support for opentelemetry (#727)
This commit is contained in:
parent
baadbc2c9f
commit
84b908d3a3
3 changed files with 11 additions and 0 deletions
|
@ -3018,6 +3018,11 @@ installRemoteModule() {
|
|||
fi
|
||||
fi
|
||||
;;
|
||||
opentelemetry)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
installRemoteModule_version=beta
|
||||
fi
|
||||
;;
|
||||
parallel)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 701; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue