Fix support for couchbase on PHP 7.4

This commit is contained in:
Shivam Mathur 2023-10-30 08:11:09 +05:30
parent 70169700c3
commit 4e4861ec30
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -32,6 +32,8 @@ get_couchbase_version() {
echo couchbase-3.0.4
elif [ "${version:?}" = '7.3' ]; then
echo couchbase-3.2.2
elif [ "${version:?}" = '7.4' ]; then
echo couchbase-4.1.0
else
echo couchbase
fi