Skip to content

Commit 7f9e382

Browse files
committed
Add support for Mongoid 9.
1 parent 16a4f60 commit 7f9e382

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- { ruby: '3.1', mongodb: '4.4', mongoid: '8' }
1717
- { ruby: '3.2', mongodb: '5.0', mongoid: '8' }
1818
- { ruby: '3.2', mongodb: '6.0', mongoid: '8' }
19+
- { ruby: '3.2', mongodb: '7.0', mongoid: '8' }
20+
- { ruby: '3.3', mongodb: '6.0', mongoid: '9' }
21+
- { ruby: '3.3', mongodb: '7.0', mongoid: '9' }
1922
name: test (ruby=${{ matrix.entry.ruby }}, mongodb=${{ matrix.entry.mongodb }}), mongoid=${{ matrix.entry.mongoid }})
2023
env:
2124
MONGOID_VERSION: ${{ matrix.entry.mongoid }}

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* [#42](https://github.com/mongoid/mongoid-scroll/pull/42): Add `first_cursor` - [@GCorbel](https://github.com/GCorbel).
55
* [#43](https://github.com/mongoid/mongoid-scroll/pull/43): Add `current_cursor` - [@GCorbel](https://github.com/GCorbel).
66
* [#44](https://github.com/mongoid/mongoid-scroll/pull/44): Drop support for Mogoid 5 and Mongo Ruby Driver - [@dblock](https://github.com/dblock).
7+
* [#45](https://github.com/mongoid/mongoid-scroll/pull/45): Add support for Mogoid 9 - [@dblock](https://github.com/dblock).
78
* Your contribution here.
89

910
### 1.0.1 (2023/03/15)

0 commit comments

Comments
 (0)