diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8743b8..90c90af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: services: postgres: - image: postgres:17 + image: postgres:18 env: POSTGRES_PASSWORD: 123 POSTGRES_DB: test_db