1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 11:54:50 +01:00

travis: use postgres 10

This commit is contained in:
Michael Wallner 2020-09-24 16:20:53 +02:00
parent a8489a01a4
commit ed0a4dfa7b
No known key found for this signature in database
GPG Key ID: 480E3E14B0A4C7C7
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ language: c
sudo: false
addons:
postgresql: 9.4
postgresql: 10
apt:
packages:
- php-cli

View File

@ -4,7 +4,7 @@ language: c
sudo: false
addons:
postgresql: 9.4
postgresql: 10
apt:
packages:
- php-cli