Skip to content

Commit fb2efed

Browse files
committed
Rename matrix testing env variable
1 parent 49650ea commit fb2efed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ AUTH=${AUTH:-noauth}
1313
SSL=${SSL:-nossl}
1414
MONGODB_URI=${MONGODB_URI:-}
1515
TESTS=${TESTS:-}
16-
PHP_IS_MATRIX_TESTING=${PHP_IS_MATRIX_TESTING:-false}
16+
IS_MATRIX_TESTING=${IS_MATRIX_TESTING:-false}
1717

1818
# For matrix testing, we have to determine the correct driver version
19-
if [ "$PHP_IS_MATRIX_TESTING" == "true" ]; then
19+
if [ "$IS_MATRIX_TESTING" == "true" ]; then
2020
set_extension_version () {
2121
case $1 in
2222
'4.4')

0 commit comments

Comments
 (0)