Skip to content

Commit

Permalink
fix(pg): update versions to be tested (includes drop support for pg 1…
Browse files Browse the repository at this point in the history
….2) (#1108)

* include pg 1.4 in Appraisals

* drop pg-1.2 from tests

* pg 1.2.x does not work under Ruby >= 3.0.
* We currently support and test only Ruby >= 3.0.
  • Loading branch information
robbkidd authored Aug 8, 2024
1 parent 7e5c376 commit 19c86ca
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions instrumentation/pg/Appraisals
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# frozen_string_literal: true

# 1.2.3 appears to be the most popular version at RubyGems.org
appraise 'pg-1.2' do
gem 'pg', '~> 1.2.3'
end

# 1.3.0 significantly changed connecting and the handling of connection strings
appraise 'pg-1.3' do
gem 'pg', '~> 1.3.5'
end

appraise 'pg-1.4' do
gem 'pg', '~> 1.4.5'
end

appraise 'pg-latest' do
gem 'pg'
end

0 comments on commit 19c86ca

Please sign in to comment.