Skip to content

Commit 07507c6

Browse files
committed
build with Postgres 18
1 parent 7a20304 commit 07507c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
--health-retries 10
101101
--tmpfs /var/lib/mysql
102102
postgres:
103-
image: postgres:17
103+
image: postgres:18
104104
env:
105105
POSTGRES_USER: postgres
106106
POSTGRES_PASSWORD: postgres
@@ -113,7 +113,7 @@ jobs:
113113
--health-interval 10s
114114
--health-timeout 5s
115115
--health-retries 5
116-
--tmpfs /var/lib/postgresql/data
116+
--tmpfs /var/lib/postgresql
117117
mssql:
118118
image: mcr.microsoft.com/mssql/server:latest
119119
env:

0 commit comments

Comments
 (0)