we actually test against PostgreSQL 13, 14, and 15

This commit is contained in:
ruslandoga 2024-02-24 20:20:55 +08:00 committed by GitHub
parent 518aa3a35a
commit bdf1483526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
restart: always
plausible_db:
# supported versions are 12, 13, and 14
# supported versions are 13, 14, and 15
image: postgres:14-alpine
restart: always
volumes: