From 0966a37757f4456945e8e05a4cb7c64cbee6fba6 Mon Sep 17 00:00:00 2001 From: Vitaly Davydov Date: Tue, 20 Jun 2023 16:51:46 +0300 Subject: [PATCH] Updated test script to support actual pg versions for testing. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60ba10d..e2b829c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,12 @@ --- # versions to run on env: - - PG_SUPPORTED_VERSIONS=9.4 # introduces psprintf - - PG_SUPPORTED_VERSIONS=9.5 - - PG_SUPPORTED_VERSIONS=9.6 - PG_SUPPORTED_VERSIONS=10 - PG_SUPPORTED_VERSIONS=11 - PG_SUPPORTED_VERSIONS=12 - PG_SUPPORTED_VERSIONS=13 + - PG_SUPPORTED_VERSIONS=14 + - PG_SUPPORTED_VERSIONS=15 language: C dist: bionic