Skip to content

Commit 373e96d

Browse files
Update mongoid patch version for Rails 8.0 support
1 parent 4cb7faa commit 373e96d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
- adapter: mongoid
1616
mongoid-version: 9.0.2
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'
2222
- orm:
2323
adapter: mongoid
24-
rails-version: '~> 8.0'
24+
rails-version: '~> 8.1'
2525
env:
2626
RAILS_VERSION: ${{ matrix.rails-version || '~> 8.0'}}
2727
MONGOID_VERSION: ${{ matrix.orm.mongoid-version || '8.1.6'}}

0 commit comments

Comments
 (0)