Downgrade postgres for CI to 15.2 (fixes #2857) (#2859)

prettier_check^2
Nutomic 1 year ago committed by GitHub
parent 0379c9e4c1
commit ce5161d997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -270,7 +270,7 @@ pipeline:
services:
database:
image: postgres:15-alpine
image: postgres:15.2-alpine
environment:
POSTGRES_USER: lemmy
POSTGRES_PASSWORD: password

Loading…
Cancel
Save