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 49650ea commit fb2efedCopy full SHA for fb2efed
.evergreen/run-tests.sh
@@ -13,10 +13,10 @@ AUTH=${AUTH:-noauth}
13
SSL=${SSL:-nossl}
14
MONGODB_URI=${MONGODB_URI:-}
15
TESTS=${TESTS:-}
16
-PHP_IS_MATRIX_TESTING=${PHP_IS_MATRIX_TESTING:-false}
+IS_MATRIX_TESTING=${IS_MATRIX_TESTING:-false}
17
18
# For matrix testing, we have to determine the correct driver version
19
-if [ "$PHP_IS_MATRIX_TESTING" == "true" ]; then
+if [ "$IS_MATRIX_TESTING" == "true" ]; then
20
set_extension_version () {
21
case $1 in
22
'4.4')
0 commit comments