diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 55edd7e..7acf17f 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -79,11 +79,6 @@ We need to monitor new releases at https://github.com/kjdev/php-ext-lz4/tags The only available versions of the `mosquitto` PHP extension are all alpha/beta. We should switch to the stable release once it will be available. -### opentelemetry - -The only available versions are all beta. -We should switch to the stable release once it will be available. - ## php_trie The `php_trie` PHP extension uses the HAT-trie library. diff --git a/install-php-extensions b/install-php-extensions index 83bbbac..f77c8a6 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3327,11 +3327,6 @@ installRemoteModule() { addConfigureOption enable-swoole-curl yes 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