Update .changeset/every-ants-count.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2025-10-17 09:10:21 -05:00
committed by GitHub
parent 429eab583a
commit b31d6e3e7b
+3 -1
View File
@@ -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']`.