1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-02-01 01:37:12 +00:00

Bump ruby versions on Travis CI

This commit is contained in:
Holger Just 2020-07-10 18:06:30 +02:00
parent 4b50be2e6f
commit b141e1341c

View File

@ -10,13 +10,14 @@ cache: bundler
rvm:
# Latest Rubies on top
- 2.6.5
- jruby-9.2.9.0
- 2.7.1
- jruby-9.2.12.0
- truffleruby-20.1.0
# Older versions
- 2.5.7
- 2.4.9
- 2.6.6
- 2.5.8
- 2.4.10
- 2.3.7
- 2.2.10
- 2.1.10
@ -29,7 +30,7 @@ rvm:
matrix:
include:
- rvm: 2.6.5
- rvm: 2.7.1
env: COVERAGE=1
# An older Ruby/Rack combination as used by Rails 3.2. As long as it works