Skip to content

fix CI & drop EoL MongoDB < 4.4 #2887

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
Aug 13, 2025
Merged

Conversation

terencehonles
Copy link
Contributor

@terencehonles terencehonles commented May 28, 2025

This change fixes the CI by updating the ubuntu runner and drops EoL MongoDB versions below 4.4 which cannot be easily installed on Ubuntu 22.04.

@terencehonles terencehonles force-pushed the fix-ci branch 6 times, most recently from acf3f9a to 6a72192 Compare May 28, 2025 08:02
@terencehonles terencehonles changed the title fix CI fix CI & drop EoL MongoDB < 4.4 May 28, 2025
if [[ "${MONGODB}" =~ ^(7.0|8.0) ]]; then
if [[ "$MONGODB" =~ ^(6.0|7.0|8.0) ]]; then
mongo_build="mongodb-linux-x86_64-ubuntu2204-${MONGODB}"
elif [[ "$MONGODB" =~ ^(4.4|5.0) ]]; then
mongo_build="mongodb-linux-x86_64-ubuntu2004-${MONGODB}"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

like before, this still seems to work on 22.04, so I'm not going to try fixing/changing this

@NoahStapp
Copy link

@bagerard can this PR be merged? The CI is currently broken, preventing other contributions from being made.

@bagerard
Copy link
Collaborator

Thanks for the contribution, highly appreciated. Sorry for the delay

@bagerard bagerard merged commit aa0cd68 into MongoEngine:master Aug 13, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants