Skip to content

Commit 2c7cfb9

Browse files
authored
Merge pull request #33484 from def-/pr-postgres-cargo-test
Cargo test: Use default Postgres
2 parents 283521a + 5810278 commit 2c7cfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/cargo-test/mzcompose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
],
4848
),
4949
SchemaRegistry(),
50-
Postgres(image="postgres:14.2"),
50+
Postgres(),
5151
CockroachOrPostgresMetadata(),
5252
Minio(
5353
# We need a stable port exposed to the host since we can't pass any arguments

0 commit comments

Comments
 (0)