diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42feb40a08c..5a4064c1a99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,7 +209,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:13.15 + image: postgres:17.0 env: POSTGRES_USER: postgres POSTGRES_DB: postgres @@ -261,7 +261,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:13.15 + image: postgres:17.0 env: POSTGRES_USER: postgres POSTGRES_DB: postgres @@ -313,7 +313,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:13.15 + image: postgres:17.0 env: POSTGRES_USER: postgres POSTGRES_DB: postgres @@ -355,7 +355,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:13.15 + image: postgres:17.0 env: POSTGRES_USER: postgres POSTGRES_DB: postgres diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cf3c456742a..d322c45b895 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -48,7 +48,7 @@ jobs: - 6379:6379 options: --entrypoint redis-server postgres: - image: postgres:13.15 + image: postgres:17.0 env: POSTGRES_USER: postgres POSTGRES_DB: postgres