Skip to content

Commit e279f73

Browse files
committed
Test on MongoDB 7.0
1 parent a86a1f6 commit e279f73

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
@@ -713,6 +713,10 @@ axes:
713713
display_name: "MongoDB rapid"
714714
variables:
715715
MONGODB_VERSION: "rapid"
716+
- id: "7.0"
717+
display_name: "MongoDB 7.0"
718+
variables:
719+
MONGODB_VERSION: "7.0"
716720
- id: "6.0"
717721
display_name: "MongoDB 6.0"
718722
variables:
@@ -876,7 +880,7 @@ buildvariants:
876880
display_name: "${os}, ${mongodb-versions}, ${php-edge-versions}, ${driver-versions}"
877881
exclude_spec:
878882
# Debian 9.2 only supports up to MongoDB 5.0
879-
- { "os": "debian92", "mongodb-versions": ["6.0", "rapid", "latest"], "php-edge-versions": "latest-stable", "driver-versions": "latest-stable" }
883+
- { "os": "debian92", "mongodb-versions": ["6.0", "7.0", "rapid", "latest"], "php-edge-versions": "latest-stable", "driver-versions": "latest-stable" }
880884
- { "os": "debian11", "mongodb-versions": ["3.6", "4.0", "4.2", "4.4", "5.0"], "php-edge-versions": "latest-stable", "driver-versions": "latest-stable" }
881885
tasks:
882886
- name: "test-standalone"

0 commit comments

Comments
 (0)