Use Postgres 14, the latest available version of Postgres on Digital Ocean

This commit is contained in:
Luca Palmieri 2023-02-18 22:14:52 +00:00
parent bc1aa4a584
commit e7b02af13a
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:15
image: postgres:14
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:15
image: postgres:14
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:15
image: postgres:14
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password

View file

@ -54,4 +54,4 @@ databases:
num_nodes: 1
size: db-s-dev-database
# Postgres version - using the latest here
version: "12"
version: "14"