fix: migrations not passing on pgsql (#242)

* fix: migration not passing on pgsql

* pin postgres version
This commit is contained in:
Nicolas Hedger
2023-11-16 12:28:04 +01:00
committed by GitHub
parent c51d7397fa
commit 0960af0373
10 changed files with 97 additions and 21 deletions

View File

@@ -12,7 +12,7 @@ jobs:
services:
postgres:
# Docker Hub image
image: postgres
image: postgres:14
# Provide the password for postgres
env:
POSTGRES_PASSWORD: postgres