Skip to content

Commit

Permalink
Test against latest Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Apr 14, 2021
1 parent 84fb1c7 commit 0860827
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ language: ruby
cache: bundler
rvm:
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.0
- 2.5.9
- 2.6.7
- 2.7.3
- 3.0.1
- ruby-head
gemfile:
- gemfiles/rails_5.0.gemfile
Expand All @@ -29,19 +29,19 @@ jobs:
gemfile: gemfiles/rails_6.1.gemfile
- rvm: 2.5.8
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.6.6
- rvm: 2.6.7
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.7.2
- rvm: 2.7.3
gemfile: gemfiles/rails_5.0.gemfile
- rvm: 2.7.2
- rvm: 2.7.3
gemfile: gemfiles/rails_5.1.gemfile
- rvm: 2.7.2
- rvm: 2.7.3
gemfile: gemfiles/rails_5.2.gemfile
- rvm: 3.0.0
- rvm: 3.0.1
gemfile: gemfiles/rails_5.0.gemfile
- rvm: 3.0.0
- rvm: 3.0.1
gemfile: gemfiles/rails_5.1.gemfile
- rvm: 3.0.0
- rvm: 3.0.1
gemfile: gemfiles/rails_5.2.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails_5.0.gemfile
Expand Down

0 comments on commit 0860827

Please sign in to comment.