Skip to content

Commit 52c5c98

Browse files
committed
Fix atlas data lake tests
1 parent a23b2aa commit 52c5c98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ functions:
224224
working_dir: "src"
225225
script: |
226226
${PREPARE_SHELL}
227+
export PATH="${PHP_PATH}/bin:$PATH"
227228
PHP_VERSION=${PHP_VERSION} TESTS="atlas-data-lake" AUTH=${AUTH} SSL=${SSL} MONGODB_URI="${MONGODB_URI}" sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
228229
229230
"cleanup":
@@ -603,7 +604,7 @@ buildvariants:
603604
- name: "test-sharded_cluster"
604605

605606
- matrix_name: "atlas-data-lake-test"
606-
matrix_spec: { "php-edge-versions": "latest-stable" }
607+
matrix_spec: { "php-edge-versions": "latest-stable", "driver-versions": "latest" }
607608
display_name: "Atlas Data Lake test"
608609
run_on: rhel70
609610
tasks:

0 commit comments

Comments
 (0)