From b31d6e3e7ba59fcc11ec5699001ee900c2644733 Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Fri, 17 Oct 2025 09:10:21 -0500 Subject: [PATCH] Update .changeset/every-ants-count.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- .changeset/every-ants-count.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/every-ants-count.md b/.changeset/every-ants-count.md index 46ff8f9792..963c3a521a 100644 --- a/.changeset/every-ants-count.md +++ b/.changeset/every-ants-count.md @@ -2,4 +2,6 @@ '@backstage/backend-test-utils': minor --- -Added support for Postgres 18 to the avialable `TestDatabases` +Added support for Postgres 18 to the available `TestDatabases`. + +Note that the set of _default_ databases to test against for users of the `TestDatabases` class was also updated to include Postgres 14 and 18, instead of 13 and 17. If you need to override this, you can pass in an explicit `ids` argument, for example `ids: ['POSTGRES_17', 'POSTGRES_13', 'SQLITE_3']`.