File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 5
5
- 1.9.3 # when removed, get rid of the before_script hack and also the one in application_generator.rb
6
6
- 2.0.0
7
7
- 2.1.10
8
- - 2.2.7
9
- - 2.3.4
10
- - 2.4.1
8
+ - 2.2.10
9
+ - 2.3.7
10
+ - 2.4.4
11
+ - 2.5.1
11
12
- ruby-head
12
13
env :
13
14
- RAILS_VERSION="~> 4.2.0"
14
15
- RAILS_VERSION="~> 5.0.0"
15
16
- RAILS_VERSION="~> 5.1.0"
17
+ - RAILS_VERSION="~> 5.2.0"
16
18
matrix :
17
19
exclude : # Rails 5 is incompatible with Ruby < 2.2.2
18
20
- rvm : 1.9.3
@@ -27,6 +29,12 @@ matrix:
27
29
env : RAILS_VERSION="~> 5.1.0"
28
30
- rvm : 2.1.10
29
31
env : RAILS_VERSION="~> 5.1.0"
32
+ - rvm : 1.9.3
33
+ env : RAILS_VERSION="~> 5.2.0"
34
+ - rvm : 2.0.0
35
+ env : RAILS_VERSION="~> 5.2.0"
36
+ - rvm : 2.1.10
37
+ env : RAILS_VERSION="~> 5.2.0"
30
38
allow_failures :
31
39
- rvm : ruby-head
32
40
fast_finish : true
You can’t perform that action at this time.
0 commit comments