Skip to content

PHPC-2086: Add MongoDB 6.0 to Evergreen matrix #1325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,10 @@ axes:
display_name: "MongoDB latest"
variables:
VERSION: "latest"
- id: "6.0"
display_name: "MongoDB 6.0"
variables:
VERSION: "6.0"
- id: "5.0"
display_name: "MongoDB 5.0"
variables:
Expand Down Expand Up @@ -1172,7 +1176,7 @@ buildvariants:

# Tests 4.0+ MongoDB versions with oldest supported PHP version
- matrix_name: "test-mongodb-versions"
matrix_spec: { "os": "*", "versions": ["4.0", "4.2", "4.4", "5.0", "latest"], "php-edge-versions": "oldest-supported" }
matrix_spec: { "os": "*", "versions": ["4.0", "4.2", "4.4", "5.0", "6.0", "latest"], "php-edge-versions": "oldest-supported" }
exclude_spec:
- { "os": "ubuntu1804-arm64", "versions": "4.0", "php-edge-versions": "oldest-supported" }
- { "os": "rhel71-power8", "versions": ["5.0", "latest"], "php-edge-versions": "oldest-supported" }
Expand Down Expand Up @@ -1227,19 +1231,19 @@ buildvariants:
- name: "test-atlas"

- matrix_name: "test-ocsp"
matrix_spec: { "os": "debian92", "versions": ["4.4", "5.0", "latest"], "php-edge-versions": "latest-stable" }
matrix_spec: { "os": "debian92", "versions": ["4.4", "5.0", "6.0", "latest"], "php-edge-versions": "latest-stable" }
display_name: "OCSP tests - ${versions}"
tasks:
- name: ".ocsp"

- matrix_name: "test-requireApiVersion"
matrix_spec: { "os": "debian92", "versions": ["5.0", "latest"], "php-edge-versions": "latest-stable" }
matrix_spec: { "os": "debian92", "versions": ["5.0", "6.0", "latest"], "php-edge-versions": "latest-stable" }
display_name: "Versioned API - ${versions}"
tasks:
- name: "test-requireApiVersion"

- matrix_name: "test-loadBalanced"
matrix_spec: { "os": "debian92", "versions": ["5.0", "latest"], "php-edge-versions": "latest-stable" }
matrix_spec: { "os": "debian92", "versions": ["5.0", "6.0", "latest"], "php-edge-versions": "latest-stable" }
display_name: "Load balanced - ${versions}"
tasks:
- name: "test-loadBalanced"