Skip to content

Commit

Permalink
Merge pull request #52 from mongomapper/add-mongodb-6-0-and-7-0
Browse files Browse the repository at this point in the history
Add MongoDB 6.0 and 7.0 to CI
  • Loading branch information
a2ikm authored Dec 27, 2023
2 parents 0a6aace + 1cecd4c commit df7a178
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
- 3.0.6
- 3.1.4
mongo-image:
- mongo:4.2
- mongo:4.4
- mongo:5.0
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" }
services:
mongo:
image: ${{ matrix.mongo-image }}
Expand Down

0 comments on commit df7a178

Please sign in to comment.