diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba1559f..1781f8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: services: postgres: - image: postgres:10 + image: postgres:17 env: POSTGRES_USER: 'postgres' POSTGRES_HOST_AUTH_METHOD: 'trust'