Skip to content

Commit

Permalink
Fix support for couchbase on PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Oct 30, 2023
1 parent 7016970 commit 4e4861e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/extensions/couchbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e4861e

Please sign in to comment.