Skip to content

Commit

Permalink
squash: drop redis 5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Apr 27, 2024
1 parent d611b25 commit 52cb584
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions instrumentation/redis/Appraisals
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# frozen_string_literal: true

appraise 'redis-latest' do
gem 'redis'
end

appraise 'redis-5.x' do
gem 'redis', '~> 5.2'
end

appraise 'redis-4.x' do
gem 'redis', '~> 4.6'
end

0 comments on commit 52cb584

Please sign in to comment.