Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Fix version check for building mongo (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Feb 23, 2018
1 parent 60d0df8 commit 2dc506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb-package-builder/extensions/mongo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "Building mongo for gcp-php${SHORT_VERSION}"
PNAME="gcp-php${SHORT_VERSION}-mongo"

# Download the source
if [ ${SHORT_VERSION} != '5.6' ]; then
if [ ${SHORT_VERSION} != '56' ]; then
echo "deprecated mongo ext supported only on PHP 5.6"
exit 0
else
Expand Down

0 comments on commit 2dc506a

Please sign in to comment.