Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8d2a4c

Browse files
authored
Merge pull request #274 from postgrespro/postgresql-16
Postgresql 16
2 parents 144d954 + ceeeaa6 commit c8d2a4c

File tree

5 files changed

+570
-6
lines changed

5 files changed

+570
-6
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ notifications:
2020
on_failure: always
2121

2222
env:
23+
- PG_VERSION=16 LEVEL=hardcore
24+
- PG_VERSION=16
2325
- PG_VERSION=15 LEVEL=hardcore
2426
- PG_VERSION=15
2527
- PG_VERSION=14 LEVEL=hardcore

Dockerfile.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
99
coreutils linux-headers \
1010
make musl-dev gcc bison flex \
1111
zlib-dev libedit-dev \
12-
clang clang15 clang-analyzer;
12+
pkgconf icu-dev clang clang15 clang-analyzer;
1313

1414
# Install fresh valgrind
1515
RUN apk add valgrind \

0 commit comments

Comments
 (0)