mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
ci: update rubies
This commit is contained in:
parent
4c33737ed3
commit
76bbada48f
1 changed files with 7 additions and 7 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -4,10 +4,10 @@ cache: bundler
|
|||
|
||||
rvm:
|
||||
- ruby-head
|
||||
- 2.7.0
|
||||
- 2.6.5
|
||||
- 2.5.7
|
||||
- 2.4.9
|
||||
- 2.7.1
|
||||
- 2.6.6
|
||||
- 2.5.8
|
||||
- 2.4.10
|
||||
- 2.3.8
|
||||
|
||||
before_install:
|
||||
|
|
@ -35,11 +35,11 @@ matrix:
|
|||
- rvm: ruby-head
|
||||
exclude:
|
||||
- gemfile: gemfiles/rack_1.gemfile
|
||||
rvm: 2.7.0
|
||||
rvm: 2.7.1
|
||||
- gemfile: gemfiles/rails_4_2.gemfile
|
||||
rvm: 2.7.0
|
||||
rvm: 2.7.1
|
||||
- gemfile: gemfiles/rails_6_0.gemfile
|
||||
rvm: 2.4.9
|
||||
rvm: 2.4.10
|
||||
- gemfile: gemfiles/rails_6_0.gemfile
|
||||
rvm: 2.3.8
|
||||
fast_finish: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue