Skip to content

Commit 3fb138b

Browse files
authored
Merge pull request github#150 from olleolleolle/patch-1
CI: Add Ruby 2.7 and 3.0 to the matrix, drop EOL Ruby versions
2 parents 303c1f4 + 93d8210 commit 3fb138b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ language: ruby
33
cache: bundler
44
script: script/test
55
rvm:
6-
- 2.3.8
7-
- 2.4.5
8-
- 2.5.3
9-
- 2.6.1
6+
- 2.6.7
7+
- 2.7.3
8+
- 3.0.1
109
- truffleruby-head
1110
before_install: gem install bundler
1211
addons:

0 commit comments

Comments
 (0)