mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge branch 'ruby-3-1'
This commit is contained in:
commit
d2040063fb
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:
|
||||
matrix:
|
||||
ruby:
|
||||
- 3.1.0
|
||||
- 3.0.3
|
||||
- 2.7.5
|
||||
- 2.6.9
|
||||
|
|
@ -38,6 +39,14 @@ jobs:
|
|||
- redis_store
|
||||
- active_support_redis_store
|
||||
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
|
||||
ruby: 3.0.3
|
||||
- gemfile: rails_5_2
|
||||
|
|
|
|||
Loading…
Reference in a new issue