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 78a6a9de27
commit b5616e9d26
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
@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:15
image: postgres:14
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
@ -107,7 +107,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"