Skip to content

Commit

Permalink
Bump PG versions used in CI to 14.17, 15.12, 16.8 and 17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Feb 21, 2025
1 parent 9e3db62 commit 69ec2c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ci_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
#

PG14_EARLIEST = "14.0"
PG14_LATEST = "14.16"
PG14_LATEST = "14.17"
PG14_ABI_MIN = "14.0"

PG15_EARLIEST = "15.0"
PG15_LATEST = "15.11"
PG15_LATEST = "15.12"
PG15_ABI_MIN = "15.0"

PG16_EARLIEST = "16.0"
PG16_LATEST = "16.7"
PG16_LATEST = "16.8"
PG16_ABI_MIN = "16.0"

PG17_EARLIEST = "17.0"
PG17_LATEST = "17.3"
PG17_LATEST = "17.4"
PG17_ABI_MIN = "17.0"

PG_LATEST = [PG14_LATEST, PG15_LATEST, PG16_LATEST, PG17_LATEST]

0 comments on commit 69ec2c7

Please sign in to comment.