mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Add Ruby 3.3 to the CI (#648)
This commit is contained in:
parent
1f57b3361e
commit
9b9f41c749
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.3'
|
||||
- '3.2'
|
||||
- '3.1'
|
||||
- '3.0'
|
||||
|
|
@ -46,6 +47,14 @@ jobs:
|
|||
- active_support_5_redis_cache_store_pooled
|
||||
- redis_store
|
||||
exclude:
|
||||
- gemfile: rails_5_2
|
||||
ruby: '3.3'
|
||||
- gemfile: active_support_5_redis_cache_store
|
||||
ruby: '3.3'
|
||||
- gemfile: active_support_5_redis_cache_store_pooled
|
||||
ruby: '3.3'
|
||||
- gemfile: dalli2
|
||||
ruby: '3.3'
|
||||
- gemfile: rails_5_2
|
||||
ruby: '3.2'
|
||||
- gemfile: active_support_5_redis_cache_store
|
||||
|
|
|
|||
Loading…
Reference in a new issue