diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42feb40a08c..1d0fbaff26d 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.1 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.1 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.1 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.1 env: POSTGRES_USER: postgres POSTGRES_DB: postgres diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1d5531124c7..6dcf1e3c8d6 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.1 env: POSTGRES_USER: postgres POSTGRES_DB: postgres