Skip to content

Commit

Permalink
Update install-php-extensions: add beta for Xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
ttomdewit authored Nov 23, 2023
1 parent c003c82 commit 128a6a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -3880,6 +3880,8 @@ installRemoteModule() {
installRemoteModule_version=2.9.8
elif test $PHP_MAJMIN_VERSION -le 704; then
installRemoteModule_version=3.1.6
elif test $PHP_MAJMIN_VERSION -ge 803; then
+ installRemoteModule_version=beta
fi
fi
;;
Expand Down

0 comments on commit 128a6a3

Please sign in to comment.