File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 16
16
- { ruby: '3.1', mongodb: '4.4', mongoid: '8' }
17
17
- { ruby: '3.2', mongodb: '5.0', mongoid: '8' }
18
18
- { 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' }
19
22
name : test (ruby=${{ matrix.entry.ruby }}, mongodb=${{ matrix.entry.mongodb }}), mongoid=${{ matrix.entry.mongoid }})
20
23
env :
21
24
MONGOID_VERSION : ${{ matrix.entry.mongoid }}
Original file line number Diff line number Diff line change 4
4
* [ #42 ] ( https://github.com/mongoid/mongoid-scroll/pull/42 ) : Add ` first_cursor ` - [ @GCorbel ] ( https://github.com/GCorbel ) .
5
5
* [ #43 ] ( https://github.com/mongoid/mongoid-scroll/pull/43 ) : Add ` current_cursor ` - [ @GCorbel ] ( https://github.com/GCorbel ) .
6
6
* [ #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 ) .
7
8
* Your contribution here.
8
9
9
10
### 1.0.1 (2023/03/15)
You can’t perform that action at this time.
0 commit comments