Skip to content

Commit ab253cf

Browse files
committed
feat: official release of postgres18
1 parent 3e99487 commit ab253cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_databases/docker/postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def postgres_18_service(
254254
) -> Generator[PostgresService, None, None]:
255255
with _provide_postgres_service(
256256
docker_service,
257-
image="postgres:18rc1",
257+
image="postgres:18",
258258
name="postgres-18",
259259
xdist_postgres_isolate=xdist_postgres_isolation_level,
260260
host=postgres_host,

0 commit comments

Comments
 (0)