MDL-70594 ci: Bump Travis and GHA postgres to 10

This commit is contained in:
Eloy Lafuente (stronk7)
2021-07-02 00:23:40 +02:00
parent f9ee024477
commit 2ce4c0a1ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
if: ${{ matrix.db == 'pgsql' }}
uses: m4nu56/postgresql-action@v1
with:
postgresql version: 9.6
postgresql version: 10
postgresql db: test
postgresql user: test
postgresql password: test
+1 -1
View File
@@ -17,7 +17,7 @@ services:
- docker
addons:
postgresql: "9.6"
postgresql: "10"
branches:
except: