diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aab4c05..adeeb00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: --health-timeout 5s --health-retries 10 postgres13: - image: postgres:13 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -108,7 +108,7 @@ jobs: --health-timeout 5s --health-retries 5 postgres16: - image: postgres:16 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres