Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit67b5121

Browse files
authored
Merge pull request#53 from postgrespro/postgresql-16
travis-ci for v16
2 parents59f616e +fe2a1f6 commit67b5121

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-devclang clang15 clang-analyzer;
1010

1111
# Install fresh valgrind
1212
RUN apk add valgrind \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp