From: Michael Wallner Date: Thu, 24 Sep 2020 14:20:53 +0000 (+0200) Subject: travis: use postgres 10 X-Git-Tag: v2.2.0~16 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=ed0a4dfa7b36910d2e50a64b65682ac65a48d0ce;hp=a8489a01a43cf65d83d6c74839d2ee967007aaea travis: use postgres 10 --- 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