@@ -991,6 +991,10 @@ axes:
991
991
display_name : " MongoDB latest"
992
992
variables :
993
993
VERSION : " latest"
994
+ - id : " 4.4"
995
+ display_name : " MongoDB 4.4"
996
+ variables :
997
+ VERSION : " 4.4"
994
998
- id : " 4.2"
995
999
display_name : " MongoDB 4.2"
996
1000
variables :
@@ -1124,9 +1128,9 @@ buildvariants:
1124
1128
1125
1129
1126
1130
- 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" }
1128
1132
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"}
1130
1134
- {"os-php7": "ubuntu1804-arm64-test", "versions": "4.0", "php-versions": "7.3"}
1131
1135
display_name : " ${versions}/${php-versions} — ${os-php7}"
1132
1136
tasks :
@@ -1140,7 +1144,7 @@ buildvariants:
1140
1144
- name : " test-sharded-rs"
1141
1145
1142
1146
- 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"}
1144
1148
display_name : " ${versions}/${php-versions} — ${os-php7}"
1145
1149
tasks :
1146
1150
- name : " test-standalone"
@@ -1178,7 +1182,7 @@ buildvariants:
1178
1182
- name : " test-atlas"
1179
1183
1180
1184
- 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} "
1183
1187
tasks :
1184
1188
- name : " .ocsp"
0 commit comments