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 7a20304 commit 07507c6Copy full SHA for 07507c6
1 file changed
.github/workflows/build.yml
@@ -100,7 +100,7 @@ jobs:
100
--health-retries 10
101
--tmpfs /var/lib/mysql
102
postgres:
103
- image: postgres:17
+ image: postgres:18
104
env:
105
POSTGRES_USER: postgres
106
POSTGRES_PASSWORD: postgres
@@ -113,7 +113,7 @@ jobs:
113
--health-interval 10s
114
--health-timeout 5s
115
--health-retries 5
116
- --tmpfs /var/lib/postgresql/data
+ --tmpfs /var/lib/postgresql
117
mssql:
118
image: mcr.microsoft.com/mssql/server:latest
119
0 commit comments