Skip to content

Commit

Permalink
Drop Rails 5.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 1c29f8c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 66 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- rails_7_0
- rails_6_1
- rails_6_0
- rails_5_2
- dalli3
- dalli2
- redis_5
Expand All @@ -50,40 +49,14 @@ jobs:
- active_support_7_0_redis_cache_store_pooled
- active_support_6_redis_cache_store
- active_support_6_redis_cache_store_pooled
- active_support_5_redis_cache_store
- 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
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
Expand Down
13 changes: 0 additions & 13 deletions gemfiles/active_support_5_redis_cache_store.gemfile

This file was deleted.

14 changes: 0 additions & 14 deletions gemfiles/active_support_5_redis_cache_store_pooled.gemfile

This file was deleted.

12 changes: 0 additions & 12 deletions gemfiles/rails_5_2.gemfile

This file was deleted.

0 comments on commit 1c29f8c

Please sign in to comment.