From ed0a4dfa7b36910d2e50a64b65682ac65a48d0ce Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 24 Sep 2020 16:20:53 +0200 Subject: [PATCH] travis: use postgres 10 --- .travis.yml | 2 +- scripts/gen_travis_yml.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 05c597c..55bbf49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: c sudo: false addons: - postgresql: 9.4 + postgresql: 10 apt: packages: - php-cli diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index a8a1ba9..697fb05 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -4,7 +4,7 @@ language: c sudo: false addons: - postgresql: 9.4 + postgresql: 10 apt: packages: - php-cli -- 2.30.2