Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v2.x #1840 +/- ##
=========================================
Coverage 87.91% 87.91%
Complexity 3208 3208
=========================================
Files 428 428
Lines 6390 6390
=========================================
Hits 5618 5618
Misses 772 772
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates dependency and CI configuration to target MongoDB PHP extension v2.2.
Changes:
- Bump
ext-mongodbrequirement from^2.1to^2.2. - Switch GitHub Actions workflows to use
DRIVER_VERSION: stable. - Update Evergreen extension build configuration to use the v2.2 line/version.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| composer.json | Requires ext-mongodb v2.2 to align package compatibility with the next extension release. |
| .github/workflows/tests.yml | Uses stable driver builds in CI. |
| .github/workflows/static-analysis.yml | Uses stable driver builds for static analysis jobs. |
| .github/workflows/generator.yml | Uses stable driver builds for generator workflow. |
| .github/workflows/coding-standards.yml | Uses stable driver builds for coding standards workflow. |
| .evergreen/config/templates/build/build-extension.yml | Adjusts which extension branch/version Evergreen compiles and uploads. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: this PR will cause failing builds until we release version 2.2 of the extension.