We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0542702 + 42d0e34 commit 896ac66Copy full SHA for 896ac66
.travis.yml
@@ -32,8 +32,9 @@ install:
32
33
language: ruby
34
rvm:
35
- - 2.7.3
36
- - 2.6.7
+ - 3.0.2
+ - 2.7.4
37
+ - 2.6.8
38
- 2.5.9
39
- 2.4.10
40
- 2.3.8
@@ -57,7 +58,7 @@ matrix:
57
58
- gemfile: gemfiles/Gemfile.activerecord-main
59
rvm: jruby-9.2.17.0
60
- rvm: 2.6.7
61
+ rvm: 2.6.8
62
63
rvm: 2.5.9
64
@@ -81,3 +82,7 @@ matrix:
81
82
allow_failures:
83
- rvm: ruby-head
84
- rvm: jruby-head
85
+ - gemfile: gemfiles/Gemfile.activerecord-main
86
+ rvm: 3.0.2
87
88
+ rvm: 2.7.4
0 commit comments