Skip to content

Commit 8869848

Browse files
authored
CI: Add Ruby 2.7 and 3.0 to the matrix
1 parent 303c1f4 commit 8869848

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ cache: bundler
44
script: script/test
55
rvm:
66
- 2.3.8
7-
- 2.4.5
8-
- 2.5.3
9-
- 2.6.1
7+
- 2.4.10
8+
- 2.5.9
9+
- 2.6.7
10+
- 2.7.3
11+
- 3.0.1
1012
- truffleruby-head
1113
before_install: gem install bundler
1214
addons:

0 commit comments

Comments
 (0)