Skip to content

Commit

Permalink
Added support for MongoDB 5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 7, 2022
1 parent 7623dcd commit fd01414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- { ruby: 2.6.2, mongoid: 7.2.3, mongodb: 4.4 }
- { ruby: 2.6.2, mongoid: 7.3.0, mongodb: 4.4 }
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 4.4 }
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 5.0 }
name: test (ruby=${{ matrix.entry.ruby }}, mongoid=${{ matrix.entry.mongoid }}, mongodb=${{ matrix.entry.mongodb }})
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fd01414

Please sign in to comment.