We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f616e commit fe2a1f6Copy full SHA for fe2a1f6
.travis.yml
@@ -20,6 +20,9 @@ notifications:
20
on_failure: always
21
22
env:
23
+ - PG_VERSION=16 LEVEL=nightmare
24
+ - PG_VERSION=16 LEVEL=hardcore
25
+ - PG_VERSION=16
26
- PG_VERSION=15 LEVEL=nightmare
27
- PG_VERSION=15 LEVEL=hardcore
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
Dockerfile.tmpl
@@ -6,7 +6,7 @@ RUN apk add --no-cache \
6
perl perl-ipc-run \
7
make musl-dev gcc bison flex coreutils \
8
zlib-dev libedit-dev linux-headers \
9
- clang clang-analyzer;
+ pkgconf icu-dev clang clang15 clang-analyzer;
10
11
# Install fresh valgrind
12
RUN apk add valgrind \
0 commit comments