Browse Source

Use PG13.5 everywhere

pull/287/head
baarkerlounger 3 years ago
parent
commit
b3a684299a
  1. 2
      .github/workflows/production_pipeline.yml

2
.github/workflows/production_pipeline.yml

@ -20,7 +20,7 @@ jobs:
services:
postgres:
image: postgres:13.3
image: postgres:13.5
env:
POSTGRES_PASSWORD: password
POSTGRES_USER: postgres

Loading…
Cancel
Save