mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-11 12:15:50 +00:00
ci: run tests against ruby 3.1
This commit is contained in:
parent
aaeff6d0ae
commit
501ab01573
1 changed files with 9 additions and 0 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby:
|
ruby:
|
||||||
|
- 3.1.0
|
||||||
- 3.0.3
|
- 3.0.3
|
||||||
- 2.7.5
|
- 2.7.5
|
||||||
- 2.6.9
|
- 2.6.9
|
||||||
|
|
@ -38,6 +39,14 @@ jobs:
|
||||||
- redis_store
|
- redis_store
|
||||||
- active_support_redis_store
|
- active_support_redis_store
|
||||||
exclude:
|
exclude:
|
||||||
|
- gemfile: rack_1
|
||||||
|
ruby: 3.1.0
|
||||||
|
- gemfile: rails_5_2
|
||||||
|
ruby: 3.1.0
|
||||||
|
- gemfile: rails_4_2
|
||||||
|
ruby: 3.1.0
|
||||||
|
- gemfile: dalli2
|
||||||
|
ruby: 3.1.0
|
||||||
- gemfile: rack_1
|
- gemfile: rack_1
|
||||||
ruby: 3.0.3
|
ruby: 3.0.3
|
||||||
- gemfile: rails_5_2
|
- gemfile: rails_5_2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue