Skip to content

Commit c4c1645

Browse files
committed
Added support for MongoDB 5.0.
1 parent 7623dcd commit c4c1645

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-mongodb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- { ruby: 2.6.2, mongoid: 7.2.3, mongodb: 4.4 }
1212
- { ruby: 2.6.2, mongoid: 7.3.0, mongodb: 4.4 }
1313
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 4.4 }
14+
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 5.0 }
1415
name: test (ruby=${{ matrix.entry.ruby }}, mongoid=${{ matrix.entry.mongoid }}, mongodb=${{ matrix.entry.mongodb }})
1516
steps:
1617
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
#### 1.2.2 (Next)
44

5-
* [#145](https://github.com/slack-ruby/slack-ruby-bot-server/pull/145): Added support for ruby 3.1 - [@dblock](https://github.com/dblock).
5+
* [#145](https://github.com/slack-ruby/slack-ruby-bot-server/pull/145): Added support for Ruby 3.1 - [@dblock](https://github.com/dblock).
6+
* [#146](https://github.com/slack-ruby/slack-ruby-bot-server/pull/146): Added support for MongoDB 5.0 - [@dblock](https://github.com/dblock).
67
* Your contribution here.
78

89
#### 1.2.1 (2022/03/06)

0 commit comments

Comments
 (0)