diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index eced960d4..7456103b3 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,7 +14,7 @@ jobs: services: postgres: # Docker Hub image - image: "postgres:17.6" + image: "postgres:18.0" # Provide the password for postgres env: POSTGRES_PASSWORD: postgres