diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1a9008..463fe6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: --health-retries 10 # Newest and last supported version (https://endoflife.date/postgresql) postgres13: - image: postgres:13 + image: postgres:17 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres