File tree Expand file tree Collapse file tree 3 files changed +45
-2
lines changed Expand file tree Collapse file tree 3 files changed +45
-2
lines changed Original file line number Diff line number Diff line change @@ -14,35 +14,41 @@ jobs:
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- ruby :
17
+ ruby :
18
18
- " 2.2"
19
19
- " 2.3"
20
20
- " 2.4"
21
21
- " 2.5"
22
22
- " 2.6"
23
23
- " 2.7"
24
24
- " 3.0"
25
+ - " 3.1"
25
26
26
27
gemfile :
27
28
- " rails_5_0"
28
29
- " rails_5_1"
29
30
- " rails_5_2"
30
31
- " rails_6_0"
31
32
- " rails_6_1"
33
+ - " rails_7_0"
32
34
- " rails_head"
33
-
35
+
34
36
experimental : [false]
35
37
exclude :
36
38
- ruby : 2.7
37
39
gemfile : rails_5_0
38
40
- ruby : ' 3.0'
39
41
gemfile : rails_5_0
42
+ - ruby : ' 3.1'
43
+ gemfile : rails_5_0
40
44
- ruby : head
41
45
gemfile : rails_5_0
42
46
- ruby : 2.7
43
47
gemfile : rails_5_1
44
48
- ruby : ' 3.0'
45
49
gemfile : rails_5_1
50
+ - ruby : ' 3.1'
51
+ gemfile : rails_5_1
46
52
- ruby : head
47
53
gemfile : rails_5_1
48
54
- ruby : 2.2
51
57
gemfile : rails_5_2
52
58
- ruby : ' 3.0'
53
59
gemfile : rails_5_2
60
+ - ruby : ' 3.1'
61
+ gemfile : rails_5_2
54
62
- ruby : head
55
63
gemfile : rails_5_2
56
64
- ruby : 2.2
61
69
gemfile : rails_6_0
62
70
- ruby : ' 3.0'
63
71
gemfile : rails_6_0
72
+ - ruby : ' 3.1'
73
+ gemfile : rails_6_0
64
74
- ruby : head
65
75
gemfile : rails_6_0
66
76
- ruby : 2.2
69
79
gemfile : rails_6_1
70
80
- ruby : 2.4
71
81
gemfile : rails_6_1
82
+ - ruby : 2.2
83
+ gemfile : rails_7_0
84
+ - ruby : 2.3
85
+ gemfile : rails_7_0
86
+ - ruby : 2.4
87
+ gemfile : rails_7_0
88
+ - ruby : 2.5
89
+ gemfile : rails_7_0
90
+ - ruby : 2.6
91
+ gemfile : rails_7_0
72
92
- ruby : 2.2
73
93
gemfile : rails_head
74
94
- ruby : 2.3
@@ -85,13 +105,20 @@ jobs:
85
105
- ruby : ' 3.0'
86
106
gemfile : rails_head
87
107
experimental : false
108
+ - ruby : ' 3.1'
109
+ gemfile : rails_head
110
+ experimental : false
111
+
88
112
include :
89
113
- ruby : 2.7
90
114
gemfile : rails_head
91
115
experimental : true
92
116
- ruby : ' 3.0'
93
117
gemfile : rails_head
94
118
experimental : true
119
+ - ruby : ' 3.1'
120
+ gemfile : rails_head
121
+ experimental : true
95
122
- ruby : head
96
123
gemfile : rails_head
97
124
experimental : true
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ if RUBY_VERSION >= "2.5.0"
18
18
appraise "rails-6-1" do
19
19
gem "rails" , "~> 6.1.0"
20
20
end
21
+ end
22
+
23
+ if RUBY_VERSION >= "2.7.0"
24
+ appraise "rails-7-0" do
25
+ gem "rails" , "~> 7.0.0"
26
+ end
21
27
22
28
appraise "rails-head" do
23
29
gem "rails" , github : "rails/rails" , branch : "main"
Original file line number Diff line number Diff line change
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rake"
6
+ gem "mocha", require: false
7
+ gem "appraisal"
8
+ gem "rails", "~> 7.0.0"
9
+
10
+ gemspec path: "../"
You can’t perform that action at this time.
0 commit comments