Skip to content

Commit 9992a2e

Browse files
Update mongoid patch version for Rails 8.0 support
1 parent 4cb7faa commit 9992a2e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@ jobs:
1313
orm:
1414
- adapter: active_record
1515
- adapter: mongoid
16-
mongoid-version: 9.0.2
16+
mongoid-version: 9.0.3
1717
- adapter: mongoid
18-
mongoid-version: 8.1.6
18+
mongoid-version: 8.1.7
1919
exclude:
2020
- rails-version: '~> 8.0'
2121
ruby-version: '3.1'
22-
- orm:
23-
adapter: mongoid
24-
rails-version: '~> 8.0'
2522
env:
2623
RAILS_VERSION: ${{ matrix.rails-version || '~> 8.0'}}
2724
MONGOID_VERSION: ${{ matrix.orm.mongoid-version || '8.1.6'}}

0 commit comments

Comments
 (0)