@@ -991,6 +991,10 @@ axes:
991991 display_name : " MongoDB latest"
992992 variables :
993993 VERSION : " latest"
994+ - id : " 4.4"
995+ display_name : " MongoDB 4.4"
996+ variables :
997+ VERSION : " 4.4"
994998 - id : " 4.2"
995999 display_name : " MongoDB 4.2"
9961000 variables :
@@ -1124,9 +1128,9 @@ buildvariants:
11241128
11251129
11261130- matrix_name : " mongo-40-php7"
1127- matrix_spec : {"os-php7": "*", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.3" }
1131+ matrix_spec : {"os-php7": "*", "versions": ["4.0", "4.2", "4.4", " latest"], "php-versions": "7.3" }
11281132 exclude_spec :
1129- - {"os-php7": "rhel74-zseries", "versions": ["4.0", "4.2", "latest"], "php-versions": "7.3"}
1133+ - {"os-php7": "rhel74-zseries", "versions": ["4.0", "4.2", "4.4", " latest"], "php-versions": "7.3"}
11301134 - {"os-php7": "ubuntu1804-arm64-test", "versions": "4.0", "php-versions": "7.3"}
11311135 display_name : " ${versions}/${php-versions} — ${os-php7}"
11321136 tasks :
@@ -1140,7 +1144,7 @@ buildvariants:
11401144 - name : " test-sharded-rs"
11411145
11421146- matrix_name : " mongo-40-php7-nossl"
1143- matrix_spec : {"os-php7": "rhel74-zseries", "versions": ["4.2", "latest"], "php-versions": "7.3"}
1147+ matrix_spec : {"os-php7": "rhel74-zseries", "versions": ["4.2", "4.4", " latest"], "php-versions": "7.3"}
11441148 display_name : " ${versions}/${php-versions} — ${os-php7}"
11451149 tasks :
11461150 - name : " test-standalone"
@@ -1178,7 +1182,7 @@ buildvariants:
11781182 - name : " test-atlas"
11791183
11801184- matrix_name : " test-ocsp"
1181- matrix_spec : { "os-php7": "debian92-test", "php-versions": "7.3" }
1182- display_name : " OCSP tests"
1185+ matrix_spec : { "os-php7": "debian92-test", "versions": ["4.4", "latest"], " php-versions": "7.3" }
1186+ display_name : " OCSP tests - ${versions} "
11831187 tasks :
11841188 - name : " .ocsp"
0 commit comments