From 2ce4c0a1ee1f4875c69c6d4b503cdfe66f2f7b60 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 2 Jul 2021 00:19:21 +0200 Subject: [PATCH] MDL-70594 ci: Bump Travis and GHA postgres to 10 --- .github/workflows/push.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c85fd54b84e..acbda133471 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 diff --git a/.travis.yml b/.travis.yml index ec0419b3f0f..ae58decb033 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ services: - docker addons: - postgresql: "9.6" + postgresql: "10" branches: except: