Skip to content

Commit c676f44

Browse files
committed
Make new PG minor available
PostgreSQL 18.3, 17.9, 16.13, 15.17
1 parent 910a355 commit c676f44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build_scripts/versions.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
# arch: <amd64|aarch64|both>
2020

2121
default-pg-min: 15
22-
default-pg-max: 17
22+
default-pg-max: 18
2323
default-cargo-pgx: 0.6.1
2424
default-arch: both
2525

2626
## This session contains the specific pg versions that will be installed.
2727
## from https://www.postgresql.org/about/news/postgresql-177-1611-1515-and-181-released-3051/
2828
postgres_versions:
29-
18: 18.1
30-
17: 17.7
31-
16: 16.11
32-
15: 15.15
29+
18: 18.3
30+
17: 17.9
31+
16: 16.13
32+
15: 15.17
3333

3434
timescaledb:
3535
2.13.0:

0 commit comments

Comments
 (0)