Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b1f19b7

Browse files
committed
Travis-CI: added clang15 for PostgreSQL v11-v13 and removed v10
1 parent 084e264 commit b1f19b7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,3 @@ env:
3030
- PG_VERSION=12
3131
- PG_VERSION=11 LEVEL=hardcore
3232
- PG_VERSION=11
33-
- PG_VERSION=10 LEVEL=hardcore
34-
- PG_VERSION=10
35-
36-
jobs:
37-
allow_failures:
38-
- env: PG_VERSION=10 LEVEL=nightmare

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
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 clang-analyzer;
12+
clang clang15 clang-analyzer;
1313

1414
# Install fresh valgrind
1515
RUN apk add valgrind \

0 commit comments

Comments
 (0)