Skip to content

Commit

Permalink
Bump PG versions used in CI
Browse files Browse the repository at this point in the history
* 14.15
* 15.10
* 16.6
* 17.2
  • Loading branch information
fabriziomello committed Nov 21, 2024
1 parent 21d23cb commit 22e8bb9
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.13"
PG14_LATEST = "14.15"
PG14_ABI_MIN = "14.0"

PG15_EARLIEST = "15.0"
PG15_LATEST = "15.8"
PG15_LATEST = "15.10"
PG15_ABI_MIN = "15.0"

PG16_EARLIEST = "16.0"
PG16_LATEST = "16.4"
PG16_LATEST = "16.6"
PG16_ABI_MIN = "16.0"

PG17_EARLIEST = "17.0"
PG17_LATEST = "17.0"
PG17_LATEST = "17.2"
PG17_ABI_MIN = "17.0"

PG_LATEST = [PG14_LATEST, PG15_LATEST, PG16_LATEST, PG17_LATEST]

0 comments on commit 22e8bb9

Please sign in to comment.