mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Add Ruby 3.4 to the CI (#681)
This commit is contained in:
parent
87108769f8
commit
467770882d
1 changed files with 15 additions and 0 deletions
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
ruby:
|
||||
- '3.4'
|
||||
- '3.3'
|
||||
- '3.2'
|
||||
- '3.1'
|
||||
|
|
@ -50,14 +51,28 @@ jobs:
|
|||
- active_support_6_redis_cache_store_pooled
|
||||
- redis_store
|
||||
exclude:
|
||||
- gemfile: rails_6_0
|
||||
ruby: '3.4'
|
||||
- gemfile: active_support_6_redis_cache_store
|
||||
ruby: '3.4'
|
||||
- gemfile: active_support_6_redis_cache_store_pooled
|
||||
ruby: '3.4'
|
||||
- gemfile: rails_6_1
|
||||
ruby: '3.4'
|
||||
- gemfile: rails_7_0
|
||||
ruby: '3.4'
|
||||
- gemfile: rails_7_0
|
||||
ruby: '2.6'
|
||||
- gemfile: rails_7_0
|
||||
ruby: '2.5'
|
||||
- gemfile: active_support_7_0_redis_cache_store
|
||||
ruby: '3.4'
|
||||
- gemfile: active_support_7_0_redis_cache_store
|
||||
ruby: '2.6'
|
||||
- gemfile: active_support_7_0_redis_cache_store
|
||||
ruby: '2.5'
|
||||
- gemfile: active_support_7_0_redis_cache_store_pooled
|
||||
ruby: '3.4'
|
||||
- gemfile: active_support_7_0_redis_cache_store_pooled
|
||||
ruby: '2.6'
|
||||
- gemfile: active_support_7_0_redis_cache_store_pooled
|
||||
|
|
|
|||
Loading…
Reference in a new issue