Skip to content

Commit 7526c92

Browse files
author
Daniel Magliola
committed
Support Latest Ruby versions
2.3 and 2.4 are EOL now, and 2.7 officially exists Signed-off-by: Daniel Magliola <danielmagliola@gocardless.com>
1 parent c80c550 commit 7526c92

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ before_install:
55
- |
66
if [[ "$(ruby -e 'puts RUBY_VERSION')" != 1.* ]]; then gem update --system; fi
77
rvm:
8-
- 2.3.8
9-
- 2.4.5
10-
- 2.5.3
11-
- 2.6.0
8+
- 2.5.8
9+
- 2.6.6
10+
- 2.7.1
1211
- jruby-9.1.9.0

0 commit comments

Comments
 (0)