Bump tested pg versions in preparation of pg14
Compare changes
- Leonardo da Rosa authored
duration_in_seconds is stored as BigDecimal in Postgres 14 and its serialized as a string in Rails 6/7 JSON, which causes some specs to fail. As a temporary fix, we'll need to cast this field as double precision, until we come to a decision about what to do at application level. #398772 Changelog: changed