Skip to content

Update list of tested libmongoc versions #1238

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

Merged
merged 1 commit into from
Jul 13, 2021
Merged
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
14 changes: 9 additions & 5 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,12 +1104,16 @@ axes:
- id: libmongoc-version
display_name: libmongoc version
values:
- id: "1.17-latest"
display_name: "1.17 latest"
- id: "lowest-supported"
display_name: "Lowest (1.18.0)"
variables:
LIBMONGOC_VERSION: "r1.17"
- id: "master"
display_name: "Upcoming release (master)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, should this have been updated a while back? The master branch of PHPC hasn't supported r1.17 in some time.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that was missed. I'll revisit our build queue after the release

LIBMONGOC_VERSION: "1.18.0"
- id: "upccoming-stable"
display_name: "latest (1.18-dev)"
variables:
LIBMONGOC_VERSION: "r1.18"
- id: "latest-dev"
display_name: "Upcoming release (1.19)"
variables:
LIBMONGOC_VERSION: "master"

Expand Down