Skip to content

Commit

Permalink
Adding explicit support for Ruby 2.5 and 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
th1agoalmeida committed Mar 1, 2021
1 parent 720fcb7 commit d4c7172
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ language: ruby
rvm:
- "ruby-head"
- "2.7"
- "2.4.0"
- "2.6"
- "2.5"
- "2.4"
- "2.3"
- "2.2"
matrix:
Expand Down

0 comments on commit d4c7172

Please sign in to comment.