1212 strategy :
1313 fail-fast : false
1414 matrix :
15- gemfile : [rails_7_1 .gemfile, rails_7_2 .gemfile, rails_8_0 .gemfile, rails_8_1 .gemfile, rails_main.gemfile]
16- ruby_version : ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0 ']
15+ gemfile : [rails_5_2 .gemfile, rails_6_0 .gemfile, rails_6_1 .gemfile, rails_7_0.gemfile, rails_7_1.gemfile, rails_7_2.gemfile, rails_8_0 .gemfile, rails_main.gemfile]
16+ ruby_version : ['2.3', '2.4', '2.5', '2.6', '2. 7', '3.0', '3.1', '3.2', '3.3', '3.4']
1717 exclude :
18+ - gemfile : rails_main.gemfile
19+ ruby_version : ' 2.3'
20+ - gemfile : rails_main.gemfile
21+ ruby_version : ' 2.4'
22+ - gemfile : rails_main.gemfile
23+ ruby_version : ' 2.5'
24+ - gemfile : rails_main.gemfile
25+ ruby_version : ' 2.6'
1826 - gemfile : rails_main.gemfile
1927 ruby_version : ' 2.7'
2028 - gemfile : rails_main.gemfile
@@ -23,22 +31,100 @@ jobs:
2331 ruby_version : ' 3.1'
2432 - gemfile : rails_main.gemfile
2533 ruby_version : ' 3.2'
34+ - gemfile : rails_8_1.gemfile
35+ ruby_version : ' 2.3'
36+ - gemfile : rails_8_1.gemfile
37+ ruby_version : ' 2.4'
38+ - gemfile : rails_8_1.gemfile
39+ ruby_version : ' 2.5'
40+ - gemfile : rails_8_1.gemfile
41+ ruby_version : ' 2.6'
2642 - gemfile : rails_8_1.gemfile
2743 ruby_version : ' 2.7'
2844 - gemfile : rails_8_1.gemfile
2945 ruby_version : ' 3.0'
3046 - gemfile : rails_8_1.gemfile
3147 ruby_version : ' 3.1'
48+ - gemfile : rails_8_0.gemfile
49+ ruby_version : ' 2.3'
50+ - gemfile : rails_8_0.gemfile
51+ ruby_version : ' 2.4'
52+ - gemfile : rails_8_0.gemfile
53+ ruby_version : ' 2.5'
54+ - gemfile : rails_8_0.gemfile
55+ ruby_version : ' 2.6'
3256 - gemfile : rails_8_0.gemfile
3357 ruby_version : ' 2.7'
3458 - gemfile : rails_8_0.gemfile
3559 ruby_version : ' 3.0'
3660 - gemfile : rails_8_0.gemfile
3761 ruby_version : ' 3.1'
62+ - gemfile : rails_7_2.gemfile
63+ ruby_version : ' 2.3'
64+ - gemfile : rails_7_2.gemfile
65+ ruby_version : ' 2.4'
66+ - gemfile : rails_7_2.gemfile
67+ ruby_version : ' 2.5'
68+ - gemfile : rails_7_2.gemfile
69+ ruby_version : ' 2.6'
3870 - gemfile : rails_7_2.gemfile
3971 ruby_version : ' 2.7'
4072 - gemfile : rails_7_2.gemfile
4173 ruby_version : ' 3.0'
74+ - gemfile : rails_7_1.gemfile
75+ ruby_version : ' 2.3'
76+ - gemfile : rails_7_1.gemfile
77+ ruby_version : ' 2.4'
78+ - gemfile : rails_7_1.gemfile
79+ ruby_version : ' 2.5'
80+ - gemfile : rails_7_1.gemfile
81+ ruby_version : ' 2.6'
82+ - gemfile : rails_7_0.gemfile
83+ ruby_version : ' 2.3'
84+ - gemfile : rails_7_0.gemfile
85+ ruby_version : ' 2.4'
86+ - gemfile : rails_7_0.gemfile
87+ ruby_version : ' 2.5'
88+ - gemfile : rails_7_0.gemfile
89+ ruby_version : ' 2.6'
90+ - gemfile : rails_7_0.gemfile
91+ ruby_version : ' 3.4'
92+ - gemfile : rails_6_1.gemfile
93+ ruby_version : ' 2.3'
94+ - gemfile : rails_6_1.gemfile
95+ ruby_version : ' 2.4'
96+ - gemfile : rails_6_1.gemfile
97+ ruby_version : ' 3.1'
98+ - gemfile : rails_6_1.gemfile
99+ ruby_version : ' 3.2'
100+ - gemfile : rails_6_1.gemfile
101+ ruby_version : ' 3.3'
102+ - gemfile : rails_6_1.gemfile
103+ ruby_version : ' 3.4'
104+ - gemfile : rails_6_0.gemfile
105+ ruby_version : ' 2.3'
106+ - gemfile : rails_6_0.gemfile
107+ ruby_version : ' 2.4'
108+ - gemfile : rails_6_0.gemfile
109+ ruby_version : ' 3.0'
110+ - gemfile : rails_6_0.gemfile
111+ ruby_version : ' 3.1'
112+ - gemfile : rails_6_0.gemfile
113+ ruby_version : ' 3.2'
114+ - gemfile : rails_6_0.gemfile
115+ ruby_version : ' 3.3'
116+ - gemfile : rails_6_0.gemfile
117+ ruby_version : ' 3.4'
118+ - gemfile : rails_5_2.gemfile
119+ ruby_version : ' 3.0'
120+ - gemfile : rails_5_2.gemfile
121+ ruby_version : ' 3.1'
122+ - gemfile : rails_5_2.gemfile
123+ ruby_version : ' 3.2'
124+ - gemfile : rails_5_2.gemfile
125+ ruby_version : ' 3.3'
126+ - gemfile : rails_5_2.gemfile
127+ ruby_version : ' 3.4'
42128 env :
43129 BUNDLE_GEMFILE : spec/gemfiles/${{ matrix.gemfile }}
44130 steps :
0 commit comments