We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb7faa commit 9992a2eCopy full SHA for 9992a2e
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