Skip to content
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

Add MongoDB 6.0 and 7.0 to CI #52

Merged
merged 2 commits into from
Dec 27, 2023
Merged

Add MongoDB 6.0 and 7.0 to CI #52

merged 2 commits into from
Dec 27, 2023

Conversation

a2ikm
Copy link
Contributor

@a2ikm a2ikm commented Dec 27, 2023

No description provided.

It takes too long time to complete conditions for all Ruby versions by all
MongoDB versions. So this commit changes the configuration to run all
MongoDB versions only with Ruby 3.1.
Comment on lines +25 to +29
include:
- { "ruby-version": 3.1.4, "mongo-image": "mongo:4.2" }
- { "ruby-version": 3.1.4, "mongo-image": "mongo:5.0" }
- { "ruby-version": 3.1.4, "mongo-image": "mongo:6.0" }
- { "ruby-version": 3.1.4, "mongo-image": "mongo:7.0" }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It takes too long time to complete conditions for all Ruby versions by all MongoDB versions. So I changed the configuration to run all MongoDB versions only with Ruby 3.1.

@a2ikm a2ikm merged commit df7a178 into master Dec 27, 2023
11 checks passed
@a2ikm a2ikm deleted the add-mongodb-6-0-and-7-0 branch December 27, 2023 16:48
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.

1 participant