diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aeea6f..f546ff1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: services: postgres: - image: postgres:16 + image: postgres:17 env: POSTGRES_PASSWORD: postgres options: >- diff --git a/compose.yaml b/compose.yaml index efa354b..0c5c5cd 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,7 +19,7 @@ services: redis: condition: service_started db: - image: postgres:16 + image: postgres:17 ports: - "5432:5432" environment: