File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed
Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 8080 - run : bundle exec rake compile
8181 - run : bundle exec rake test
8282 - run : git fetch --no-tags --prune --unshallow origin +refs/heads/*:refs/remotes/origin/*
83+ if : ${{ !!matrix.coverage }}
8384 - run : bundle exec pronto run -f github_pr -c origin/${{ github.base_ref }}
8485 if : ${{ !!matrix.coverage }}
8586 env :
@@ -139,8 +140,8 @@ jobs:
139140 fail-fast : false
140141 matrix :
141142 gemfile :
142- - gemfiles/mongoid_6 .gemfile
143- - gemfiles/mongoid_7 .gemfile
143+ - gemfiles/mongoid_9 .gemfile
144+ - gemfiles/mongoid_8 .gemfile
144145 runs-on : ubuntu-latest
145146 services :
146147 mongodb :
@@ -152,6 +153,6 @@ jobs:
152153 - uses : actions/checkout@v4
153154 - uses : ruby/setup-ruby@v1
154155 with :
155- ruby-version : 2.7
156+ ruby-version : 3.4
156157 bundler-cache : true
157158 - run : bundle exec rake compile test
Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ gem "bootsnap"
77gem "ruby-prof", platform: :ruby
88gem "pry"
99gem "pry-stack_explorer", platform: :ruby
10- gem "mongoid", "~> 7.0"
11- if RUBY_VERSION >= "3.0"
12- gem "libev_scheduler"
13- gem "evt"
14- end
10+ gem "mongoid", "~> 8.0"
11+ gem "libev_scheduler"
12+ gem "evt"
13+ gem "async"
1514gem "fiber-storage"
1615gem "concurrent-ruby", "1.3.4"
1716
Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ gem "bootsnap"
66gem "ruby-prof", platform: :ruby
77gem "pry"
88gem "pry-stack_explorer", platform: :ruby
9- gem "mongoid", "~> 6.4.1"
10- if RUBY_VERSION >= "3.0"
11- gem "libev_scheduler"
12- gem "evt"
13- end
9+ gem "mongoid", "~> 9.0"
10+ gem "libev_scheduler"
11+ gem "evt"
12+ gem "async"
1413gem "fiber-storage"
1514
1615gemspec path: "../"
You can’t perform that action at this time.
0 commit comments