CI use wrong patch Ruby version when I use format "MAJOR.MINOR"

When I set Travis for Ruby like this:

rvm:
  - 2.5
  - 2.6

I get a wired result:

The correct result should be:

  • 2.5 points to 2.5.8
  • 2.6 points to 2.6.6

Thanks for bringing this up.


should solve it.