We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83ddca commit 28f10f1Copy full SHA for 28f10f1
1 file changed
.github/workflows/test-psql.yml
@@ -28,7 +28,7 @@ jobs:
28
needs: [read-toolchain]
29
services:
30
postgres:
31
- image: postgres:16@sha256:5d143123fdf80462d1778cd4f24b9f7ca13c87174bca19141fb194c5a1ebca59
+ image: postgres:16@sha256:5d143123fdf80462d1778cd4f24b9f7ca13c87174bca19141fb194c5a1ebca59 # postgres 16.13
32
env:
33
POSTGRES_DB: postgres_test
34
POSTGRES_USER: postgres
0 commit comments