Skip to content

Commit fe2a1f6

Browse files
committed
travis-ci for v16
1 parent 59f616e commit fe2a1f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ notifications:
2020
on_failure: always
2121

2222
env:
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

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1212
RUN apk add valgrind \

0 commit comments

Comments
 (0)