From db255485ef9df2b2a74a3c3dae1eaadcfa1dbe5f Mon Sep 17 00:00:00 2001 From: Miklas Boskamp Date: Thu, 26 Sep 2024 13:57:42 +0200 Subject: [PATCH] chore(ci): remove postgresql_132 CI Related to https://github.com/camunda/camunda-bpm-platform/issues/4130 --- .ci/config/matrices.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/config/matrices.yaml b/.ci/config/matrices.yaml index b557a945e2b..a43f150a7db 100644 --- a/.ci/config/matrices.yaml +++ b/.ci/config/matrices.yaml @@ -6,11 +6,9 @@ engine-webapp-unit: # engine-webapp-unit.databases should include all supported database versions databases: - - 'postgresql_132' - 'postgresql_142' - 'postgresql_150' - 'postgresql_160' - - 'aws_aurora_postgresql_13' - 'aws_aurora_postgresql_14' - 'aws_aurora_postgresql_15' - 'mariadb_106'