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:
20
20
on_failure : always
21
21
22
22
env :
23
+ - PG_VERSION=16 LEVEL=nightmare
24
+ - PG_VERSION=16 LEVEL=hardcore
25
+ - PG_VERSION=16
23
26
- PG_VERSION=15 LEVEL=nightmare
24
27
- PG_VERSION=15 LEVEL=hardcore
25
28
- PG_VERSION=15
@@ -44,3 +47,4 @@ matrix:
44
47
- env : PG_VERSION=13 LEVEL=nightmare
45
48
- env : PG_VERSION=14 LEVEL=nightmare
46
49
- 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 \
6
6
perl perl-ipc-run \
7
7
make musl-dev gcc bison flex coreutils \
8
8
zlib-dev libedit-dev linux-headers \
9
- clang clang-analyzer;
9
+ pkgconf icu-dev clang clang15 clang-analyzer;
10
10
11
11
# Install fresh valgrind
12
12
RUN apk add valgrind \
You can’t perform that action at this time.
0 commit comments