Skip to content

Commit

Permalink
opentelemetry: install the latest stable version (mlocati#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Apr 11, 2024
1 parent 06045e7 commit 9eb0c12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 0 additions & 5 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9eb0c12

Please sign in to comment.