-
Notifications
You must be signed in to change notification settings - Fork 216
PHPC-2708: Automatically create new minor version branch on release #2027
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
base: v2.x
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -184,7 +184,7 @@ jobs: | |
| runs-on: "ubuntu-latest" | ||
| env: | ||
| PHP_VERSION: "8.3" | ||
| LIBMONGOCRYPT_VERSION: "1.18" | ||
| LIBMONGOCRYPT_VERSION: "1.19" | ||
|
paulinevos marked this conversation as resolved.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Upgrade of libmongocrypt must follow this instructions: https://github.com/mongodb/mongo-php-driver/blob/v2.x/CONTRIBUTING.md#updating-libmongoc-libbson-and-libmongocrypt
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Even for just this single test run to unblock CI? So that means all driver work is completely blocked until PHPC-2724 done? Feels a bit strange |
||
| # Note: include the patch version when referring to a libmongoc release tarball | ||
| LIBMONGOC_VERSION: "2.3.0" | ||
| SERVER_VERSION: "8.0" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.