Skip to content

Commit

Permalink
Added Mongoid 9 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 30, 2024
1 parent 05b7dc3 commit 34f7dff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
adapter: trilogy
mysql: true
- ruby: 3.3
gemfile: gemfiles/mongoid9.gemfile
mongodb: true
- ruby: 3.2
gemfile: gemfiles/mongoid8.gemfile
mongodb: true
- ruby: "3.0"
Expand Down
9 changes: 9 additions & 0 deletions gemfiles/mongoid9.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source "https://rubygems.org"

gemspec path: ".."

gem "mongoid", "~> 9"
gem "minitest"
gem "pg"
gem "rake"
gem "groupdate"

0 comments on commit 34f7dff

Please sign in to comment.