We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb266f commit 7a6c33cCopy full SHA for 7a6c33c
.github/workflows/benchmark.yml
@@ -14,7 +14,7 @@ jobs:
14
services:
15
postgres:
16
# Docker Hub image
17
- image: "postgres:17.6"
+ image: "postgres:18.0"
18
# Provide the password for postgres
19
env:
20
POSTGRES_PASSWORD: postgres
0 commit comments