diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f80731f52..f208e868e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: OTP_VERSION: 28.3.1 services: postgres: - image: postgres:18.1 + image: postgres:18.2 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres