From 518460c898e402f2a2589fa4c7c48457fb2c8ada Mon Sep 17 00:00:00 2001 From: Miklas Boskamp Date: Tue, 16 Aug 2022 16:36:19 +0200 Subject: [PATCH] feat(db): add postgres 14 support Related to CAM-14179 --- .ci/config/matrices.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/config/matrices.yaml b/.ci/config/matrices.yaml index f35ecb66a16..10323a6e9fa 100644 --- a/.ci/config/matrices.yaml +++ b/.ci/config/matrices.yaml @@ -9,6 +9,7 @@ engine-webapp-unit: - 'postgresql_112' - 'postgresql_122' - 'postgresql_132' + - 'postgresql_142' - 'aws_aurora_postgresql_10' - 'aws_aurora_postgresql_12' - 'mariadb_103' @@ -40,6 +41,7 @@ daily-stages: - 'postgresql_112' - 'postgresql_122' - 'postgresql_132' + - 'postgresql_142' - 'aws_aurora_postgresql_10' - 'aws_aurora_postgresql_12' - 'mariadb_103'