From 31666e59afac01ef5b3e9fcc16d794751d8a46bb Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Tue, 27 Oct 2020 15:02:56 +0100 Subject: [PATCH] travis: Add PG13 and 14, and run on focal --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2fecf71..a6cca30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,11 @@ env: - PG_SUPPORTED_VERSIONS=10 - PG_SUPPORTED_VERSIONS=11 - PG_SUPPORTED_VERSIONS=12 + - PG_SUPPORTED_VERSIONS=13 + - PG_SUPPORTED_VERSIONS=14 language: C -dist: xenial +dist: focal sudo: required before_install: -- 2.39.5