opentelemetry: install the latest stable version (#909)

pull/910/head 2.2.9
Michele Locati 2024-04-11 15:10:27 +02:00 committed by GitHub
parent 06045e76fb
commit 9eb0c12a9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

View File

@ -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.

View File

@ -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