File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.5.1.017 -orioledb"
13
- postgres17 : " 17.4 .1.074 "
14
- postgres15 : " 15.8 .1.131 "
12
+ postgresorioledb-17 : " 17.5.1.018 -orioledb-rc-1 "
13
+ postgres17 : " 17.6 .1.000-rc-1 "
14
+ postgres15 : " 15.14 .1.000-rc-1 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 42
42
supportedPostgresVersions = {
43
43
postgres = {
44
44
"15" = {
45
- version = "15.8 " ;
46
- hash = "sha256-RANRX5pp7rPv68mPMLjGlhIr/fiV6Ss7I/W452nty2o= " ;
45
+ version = "15.14 " ;
46
+ hash = "" ;
47
47
} ;
48
48
"17" = {
49
- version = "17.4 " ;
50
- hash = "sha256-xGBbc/6hGWNAZpn5Sblm5dFzp+4Myu+JON7AyoqZX+c= " ;
49
+ version = "17.6 " ;
50
+ hash = "" ;
51
51
} ;
52
52
} ;
53
53
orioledb = {
You can’t perform that action at this time.
0 commit comments