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: