We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ac6b4 commit 9802b83Copy full SHA for 9802b83
1 file changed
.github/workflows/test.yml
@@ -13,15 +13,12 @@ jobs:
13
orm:
14
- adapter: active_record
15
- adapter: mongoid
16
- mongoid-version: 9.0.2
+ mongoid-version: 9.0.3
17
18
- mongoid-version: 8.1.6
+ mongoid-version: 8.1.7
19
exclude:
20
- rails-version: '~> 8.0'
21
ruby-version: '3.1'
22
- - orm:
23
24
25
env:
26
RAILS_VERSION: ${{ matrix.rails-version || '~> 8.0'}}
27
MONGOID_VERSION: ${{ matrix.orm.mongoid-version || '8.1.6'}}
0 commit comments