Skip to content

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
@terencehonles terencehonles deleted the fix-ci branch August 14, 2025 06:23
@terencehonles
Copy link
Contributor Author

No prob, happy to help, and thanks for merging

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants