From f16358a9f3f57d9bbf73c08cf0ce4e74312c8927 Mon Sep 17 00:00:00 2001 From: Alexander Heinecke Date: Wed, 22 Jul 2026 11:54:38 +0200 Subject: [PATCH] change: Upgrade VI- & Notification-Postgres to 17 --- .github/workflows/push-scheduled.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/push-scheduled.yml b/.github/workflows/push-scheduled.yml index 7abb0ef..bfa6d4e 100644 --- a/.github/workflows/push-scheduled.yml +++ b/.github/workflows/push-scheduled.yml @@ -17,10 +17,8 @@ jobs: max-parallel: 1 matrix: include: - - postgres-major-version: 16 - services: '["vulnerability-intelligence-postgres", "opensight-notification-service-postgres"]' - postgres-major-version: 17 - services: '["opensight-keycloak-postgres", "asset-management-postgres", "management-console-postgres"]' + services: '["opensight-keycloak-postgres", "asset-management-postgres", "management-console-postgres", "vulnerability-intelligence-postgres", "opensight-notification-service-postgres"]' uses: ./.github/workflows/push-compare.yml with: postgres-major-version: ${{ matrix.postgres-major-version }}