99 - Gemfile
1010 - gemfiles/Gemfile-rails-main
1111 - gemfiles/Gemfile-rails-7-0
12- - gemfiles/Gemfile-rails-6-1
13- - gemfiles/Gemfile-rails-6-0
12+ - gemfiles/Gemfile-rails-7-1
13+ - gemfiles/Gemfile-rails-7-2
14+ - gemfiles/Gemfile-rails-8-0
1415 ruby :
1516 - ' 3.3'
1617 - ' 3.2'
@@ -21,26 +22,32 @@ jobs:
2122 - DEVISE_ORM=active_record
2223 - DEVISE_ORM=mongoid
2324 exclude :
24- - gemfile : gemfiles/Gemfile-rails-main
25- ruby : ' 2.7' # Rails > 7.1 supports Ruby >= 3.1
26- - gemfile : gemfiles/Gemfile-rails-main
27- ruby : ' 3.0' # Rails > 7.1 supports Ruby >= 3.1
28- - gemfile : gemfiles/Gemfile-rails-main
29- ruby : ' 3.1' # Rails >= 8.0 supports Ruby >= 3.2
3025 - gemfile : Gemfile
3126 env : DEVISE_ORM=mongoid
3227 - gemfile : gemfiles/Gemfile-rails-main
3328 env : DEVISE_ORM=mongoid
34- - gemfile : gemfiles/Gemfile-rails-7-0
35- env : DEVISE_ORM=mongoid
36- - gemfile : gemfiles/Gemfile-rails-6-1
37- env : DEVISE_ORM=mongoid
38- - gemfile : gemfiles/Gemfile-rails-6-0
39- ruby : ' 3.2'
40- - gemfile : gemfiles/Gemfile-rails-6-0
29+ - gemfile : Gemfile
4130 ruby : ' 3.1'
42- - gemfile : gemfiles/Gemfile-rails-6-0
43- env : DEVISE_ORM=mongoid
31+ - gemfile : Gemfile
32+ ruby : ' 3.0'
33+ - gemfile : Gemfile
34+ ruby : ' 2.7'
35+ - gemfile : gemfiles/Gemfile-rails-main
36+ ruby : ' 3.1'
37+ - gemfile : gemfiles/Gemfile-rails-main
38+ ruby : ' 3.0'
39+ - gemfile : gemfiles/Gemfile-rails-main
40+ ruby : ' 2.7'
41+ - gemfile : gemfiles/Gemfile-rails-8-0
42+ ruby : ' 3.1'
43+ - gemfile : gemfiles/Gemfile-rails-8-0
44+ ruby : ' 3.0'
45+ - gemfile : gemfiles/Gemfile-rails-8-0
46+ ruby : ' 2.7'
47+ - gemfile : gemfiles/Gemfile-rails-7-2
48+ ruby : ' 3.0'
49+ - gemfile : gemfiles/Gemfile-rails-7-2
50+ ruby : ' 2.7'
4451 runs-on : ubuntu-latest
4552 env : # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
4653 BUNDLE_GEMFILE : ${{ matrix.gemfile }}
0 commit comments