File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ notifications:
2020 on_failure : always
2121
2222env :
23+ - PG_VERSION=16 LEVEL=nightmare
24+ - PG_VERSION=16 LEVEL=hardcore
25+ - PG_VERSION=16
2326 - PG_VERSION=15 LEVEL=nightmare
2427 - PG_VERSION=15 LEVEL=hardcore
2528 - PG_VERSION=15
@@ -44,3 +47,4 @@ matrix:
4447 - env : PG_VERSION=13 LEVEL=nightmare
4548 - env : PG_VERSION=14 LEVEL=nightmare
4649 - env : PG_VERSION=15 LEVEL=nightmare
50+ - env : PG_VERSION=16 LEVEL=nightmare
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apk add --no-cache \
66 perl perl-ipc-run \
77 make musl-dev gcc bison flex coreutils \
88 zlib-dev libedit-dev linux-headers \
9- clang clang-analyzer;
9+ pkgconf icu-dev clang clang15 clang-analyzer;
1010
1111# Install fresh valgrind
1212RUN apk add valgrind \
You can’t perform that action at this time.
0 commit comments