mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-07-28 18:38:53 +00:00
Set the new PostgreSQL version in dev-compose and API tests (#1289)
Co-authored-by: Konstantin Koval
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- 3306:3306
|
||||
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
env:
|
||||
POSTGRES_USER: photoview
|
||||
POSTGRES_PASSWORD: photosecret
|
||||
|
||||
@@ -67,7 +67,7 @@ services:
|
||||
- "3306"
|
||||
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
image: postgres:17-alpine
|
||||
profiles:
|
||||
- postgres
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user