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 6227839 commit 8d16371Copy full SHA for 8d16371
.github/workflows/build.yml
@@ -102,7 +102,7 @@ jobs:
102
--health-timeout 5s
103
--health-retries 10
104
postgres13:
105
- image: postgres:13
+ image: postgres:18
106
env:
107
POSTGRES_USER: postgres
108
POSTGRES_PASSWORD: postgres
@@ -115,7 +115,7 @@ jobs:
115
116
--health-retries 5
117
postgres16:
118
- image: postgres:16
119
120
121
0 commit comments