Skip to content

Commit

Permalink
Drop Dalli 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
santib committed Dec 15, 2024
1 parent 0b48f9f commit ae42048
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- rails_6_0
- rails_5_2
- dalli3
- dalli2
- redis_5
- redis_4
- connection_pool_dalli
Expand All @@ -60,32 +59,24 @@ jobs:
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
ruby: '3.2'
- gemfile: active_support_5_redis_cache_store_pooled
ruby: '3.2'
- gemfile: dalli2
ruby: '3.2'
- gemfile: rails_5_2
ruby: '3.1'
- gemfile: active_support_5_redis_cache_store
ruby: '3.1'
- gemfile: active_support_5_redis_cache_store_pooled
ruby: '3.1'
- gemfile: dalli2
ruby: '3.1'
- gemfile: rails_5_2
ruby: '3.0'
- gemfile: active_support_5_redis_cache_store
ruby: '3.0'
- gemfile: active_support_5_redis_cache_store_pooled
ruby: '3.0'
- gemfile: dalli2
ruby: '3.0'
- gemfile: rails_7_0
ruby: '2.6'
- gemfile: rails_7_0
Expand Down
12 changes: 0 additions & 12 deletions gemfiles/dalli2.gemfile

This file was deleted.

24 changes: 0 additions & 24 deletions spec/acceptance/stores/active_support_dalli_store_spec.rb

This file was deleted.

0 comments on commit ae42048

Please sign in to comment.