Skip to content

Commit 36b39a4

Browse files
authored
Test on MongoDB 7.0 (#1425)
1 parent fc5e3a4 commit 36b39a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.evergreen/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,10 @@ axes:
10401040
display_name: "MongoDB rapid"
10411041
variables:
10421042
MONGODB_VERSION: "rapid"
1043+
- id: "7.0"
1044+
display_name: "MongoDB 7.0"
1045+
variables:
1046+
MONGODB_VERSION: "7.0"
10431047
- id: "6.0"
10441048
display_name: "MongoDB 6.0"
10451049
variables:
@@ -1200,7 +1204,7 @@ buildvariants:
12001204
display_name: "${os}, ${mongodb-versions}, ${php-edge-versions}"
12011205
exclude_spec:
12021206
# Debian 9.2 only supports up to MongoDB 5.0
1203-
- { "os": "debian92", "mongodb-versions": ["6.0", "rapid", "latest"], "php-edge-versions": "latest-stable" }
1207+
- { "os": "debian92", "mongodb-versions": ["6.0", "7.0", "rapid", "latest"], "php-edge-versions": "latest-stable" }
12041208
- { "os": "debian11", "mongodb-versions": ["3.6", "4.0", "4.2", "4.4", "5.0"], "php-edge-versions": "latest-stable" }
12051209
tasks:
12061210
- name: "test-standalone"

0 commit comments

Comments
 (0)