mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
ci: test against ruby 2.7.0
- don't test ruby 2.7.0 with incompatible rails versions
This commit is contained in:
parent
9923012fe8
commit
8bbd0ab702
1 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ cache: bundler
|
|||
|
||||
rvm:
|
||||
- ruby-head
|
||||
- 2.7.0-preview3
|
||||
- 2.6.5
|
||||
- 2.5.7
|
||||
- 2.4.9
|
||||
|
|
@ -33,6 +34,10 @@ matrix:
|
|||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
exclude:
|
||||
- gemfile: gemfiles/rack_1_6.gemfile
|
||||
rvm: 2.7.0-preview3
|
||||
- gemfile: gemfiles/rails_4_2.gemfile
|
||||
rvm: 2.7.0-preview3
|
||||
- gemfile: gemfiles/rails_6_0.gemfile
|
||||
rvm: 2.4.9
|
||||
- gemfile: gemfiles/rails_6_0.gemfile
|
||||
|
|
|
|||
Loading…
Reference in a new issue