Skip to content

Commit

Permalink
Change: opensight-keycloak-postgres to postgres 17 in push-scheduled.…
Browse files Browse the repository at this point in the history
…yml (#29)
  • Loading branch information
pascalholthaus authored Dec 9, 2024
1 parent caaee40 commit b573b8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
matrix:
include:
- postgres-major-version: 16
services: '["asset-management-postgres", "opensight-keycloak-postgres", "vulnerability-intelligence-postgres", "opensight-notification-service-postgres", "management-console-postgres"]'
services: '["asset-management-postgres", "vulnerability-intelligence-postgres", "opensight-notification-service-postgres", "management-console-postgres"]'
- postgres-major-version: 17
services: '["opensight-keycloak-postgres"]'
uses: ./.github/workflows/push-compare.yml
with:
postgres-major-version: ${{ matrix.postgres-major-version }}
Expand Down

0 comments on commit b573b8e

Please sign in to comment.