mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +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:
|
rvm:
|
||||||
- ruby-head
|
- ruby-head
|
||||||
|
- 2.7.0-preview3
|
||||||
- 2.6.5
|
- 2.6.5
|
||||||
- 2.5.7
|
- 2.5.7
|
||||||
- 2.4.9
|
- 2.4.9
|
||||||
|
|
@ -33,6 +34,10 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
exclude:
|
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
|
- gemfile: gemfiles/rails_6_0.gemfile
|
||||||
rvm: 2.4.9
|
rvm: 2.4.9
|
||||||
- gemfile: gemfiles/rails_6_0.gemfile
|
- gemfile: gemfiles/rails_6_0.gemfile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue