File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ notifications:
23
23
on_failure : always
24
24
25
25
env :
26
+ - PG_VERSION=16
27
+ - PG_VERSION=16 LEVEL=hardcore
26
28
- PG_VERSION=15
27
29
- PG_VERSION=15 LEVEL=hardcore
28
30
- PG_VERSION=14
33
35
- PG_VERSION=12 LEVEL=hardcore
34
36
- PG_VERSION=11
35
37
- PG_VERSION=11 LEVEL=hardcore
36
- - PG_VERSION=10
37
- - PG_VERSION=10 LEVEL=hardcore
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ FROM postgres:${PG_VERSION}-alpine
4
4
RUN apk add --no-cache \
5
5
linux-headers \
6
6
openssl curl \
7
- perl perl-ipc-run \
7
+ perl perl-ipc-run perl-dev perl-app-cpanminus perl-dbi \
8
8
make musl-dev gcc bison flex coreutils \
9
9
zlib-dev libedit-dev \
10
- clang clang-analyzer;
10
+ pkgconf icu-dev clang clang15 clang-analyzer;
11
11
12
12
# Environment
13
13
ENV LANG=C.UTF-8 PGDATA=/pg/data
You can’t perform that action at this time.
0 commit comments