Skip to content

Commit 5cc6966

Browse files
committed
Use previous minor version
1 parent c676f44 commit 5cc6966

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: 18
22+
default-pg-max: 17
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.3
30-
17: 17.9
31-
16: 16.13
32-
15: 15.17
29+
18: 18.2
30+
17: 17.8
31+
16: 16.12
32+
15: 15.16
3333

3434
timescaledb:
3535
2.13.0:

0 commit comments

Comments
 (0)