File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1- sudo : required
2-
31language : c
42
53services :
@@ -18,13 +16,22 @@ notifications:
1816 on_failure : always
1917
2018env :
21- - PG_VERSION=11 LEVEL=nightmare
19+ - PG_VERSION=13 LEVEL=nightmare
20+ - PG_VERSION=13 LEVEL=hardcore
21+ - PG_VERSION=13
22+ # - PG_VERSION=12 LEVEL=nightmare
23+ - PG_VERSION=12 LEVEL=hardcore
24+ - PG_VERSION=12
25+ # - PG_VERSION=11 LEVEL=nightmare
2226 - PG_VERSION=11 LEVEL=hardcore
2327 - PG_VERSION=11
2428 - PG_VERSION=10
2529 - PG_VERSION=9.6
2630 - PG_VERSION=9.5
2731
32+ # XXX: consider fixing nightmare mode
2833matrix :
2934 allow_failures :
3035 - env : PG_VERSION=11 LEVEL=nightmare
36+ - env : PG_VERSION=12 LEVEL=nightmare
37+ - env : PG_VERSION=13 LEVEL=nightmare
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN apk add --no-cache \
55 openssl curl \
66 perl perl-ipc-run \
77 make musl-dev gcc bison flex coreutils \
8- zlib-dev libedit-dev \
8+ zlib-dev libedit-dev linux-headers \
99 clang clang-analyzer;
1010
1111# Install fresh valgrind
You can’t perform that action at this time.
0 commit comments