We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5d1f6 commit 4b69120Copy full SHA for 4b69120
bin/compile-extension-mongo
@@ -5,7 +5,7 @@ source $(dirname $0)/compile-extensions-common
5
6
travis_time_start
7
8
-if [[ ! $VERSION =~ ^7 && ! $VERSION =~ ^master$ ]]; then
+if [[ ! $VERSION =~ ^7 ! $VERSION =~ ^8 && ! $VERSION =~ ^master$ ]]; then
9
git clone https://github.com/mongodb/mongo-php-driver-legacy.git
10
pushd mongo-php-driver-legacy
11
git checkout 1.6.16
0 commit comments