Skip to content

Commit 7ed25e4

Browse files
committed
travis-ci for v16
1 parent 144d954 commit 7ed25e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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)