OSDN Git Service

Update .travis.yml to ask Travis CI to build and test on PostgreSQL 14.
authorFujii Masao <fujii@postgresql.org>
Tue, 13 Jul 2021 23:37:36 +0000 (08:37 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 13 Jul 2021 23:37:36 +0000 (08:37 +0900)
.travis.yml

index 68d6018..2039d72 100644 (file)
@@ -5,6 +5,7 @@ compiler: gcc
 env:
    matrix:
       - PGBRANCH=master
+      - PGBRANCH=REL_14_STABLE
       - PGBRANCH=REL_13_STABLE
       - PGBRANCH=REL_12_STABLE
       - PGBRANCH=REL_11_STABLE