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

Commit 2dc506a

Browse files
authored
Fix version check for building mongo (#421)
1 parent 60d0df8 commit 2dc506a

File tree

1 file changed

+1
-1
lines changed
  • deb-package-builder/extensions/mongo

1 file changed

+1
-1
lines changed

deb-package-builder/extensions/mongo/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "Building mongo for gcp-php${SHORT_VERSION}"
77
PNAME="gcp-php${SHORT_VERSION}-mongo"
88

99
# Download the source
10-
if [ ${SHORT_VERSION} != '5.6' ]; then
10+
if [ ${SHORT_VERSION} != '56' ]; then
1111
echo "deprecated mongo ext supported only on PHP 5.6"
1212
exit 0
1313
else

0 commit comments

Comments
 (0)