Skip to content

Commit 896ac66

Browse files
authored
Merge pull request #197 from yahonda/bump_rubies_302
2 parents 0542702 + 42d0e34 commit 896ac66

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ install:
3232

3333
language: ruby
3434
rvm:
35-
- 2.7.3
36-
- 2.6.7
35+
- 3.0.2
36+
- 2.7.4
37+
- 2.6.8
3738
- 2.5.9
3839
- 2.4.10
3940
- 2.3.8
@@ -57,7 +58,7 @@ matrix:
5758
- gemfile: gemfiles/Gemfile.activerecord-main
5859
rvm: jruby-9.2.17.0
5960
- gemfile: gemfiles/Gemfile.activerecord-main
60-
rvm: 2.6.7
61+
rvm: 2.6.8
6162
- gemfile: gemfiles/Gemfile.activerecord-main
6263
rvm: 2.5.9
6364
- gemfile: gemfiles/Gemfile.activerecord-main
@@ -81,3 +82,7 @@ matrix:
8182
allow_failures:
8283
- rvm: ruby-head
8384
- rvm: jruby-head
85+
- gemfile: gemfiles/Gemfile.activerecord-main
86+
rvm: 3.0.2
87+
- gemfile: gemfiles/Gemfile.activerecord-main
88+
rvm: 2.7.4

0 commit comments

Comments
 (0)