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 a23b2aa commit 52c5c98Copy full SHA for 52c5c98
.evergreen/config.yml
@@ -224,6 +224,7 @@ functions:
224
working_dir: "src"
225
script: |
226
${PREPARE_SHELL}
227
+ export PATH="${PHP_PATH}/bin:$PATH"
228
PHP_VERSION=${PHP_VERSION} TESTS="atlas-data-lake" AUTH=${AUTH} SSL=${SSL} MONGODB_URI="${MONGODB_URI}" sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
229
230
"cleanup":
@@ -603,7 +604,7 @@ buildvariants:
603
604
- name: "test-sharded_cluster"
605
606
- matrix_name: "atlas-data-lake-test"
- matrix_spec: { "php-edge-versions": "latest-stable" }
607
+ matrix_spec: { "php-edge-versions": "latest-stable", "driver-versions": "latest" }
608
display_name: "Atlas Data Lake test"
609
run_on: rhel70
610
tasks:
0 commit comments