Skip to content

Commit 8e95747

Browse files
committed
Updates PDPGSQL version default to 17
1 parent ccfb2e2 commit 8e95747

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/PMM_PDPGSQL.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ on:
33
workflow_dispatch:
44
inputs:
55
pdpgsql_version:
6-
description: "PDPGSQL Version available Image versions on github, example: 14, 15, 16"
6+
description: "PDPGSQL Version available Image versions on github, example: 15, 16, 17"
77
required: true
8-
default: '16'
8+
default: '17'
99
type: string
1010
pmm_qa_branch:
1111
description: "Branch for qa-integration to checkout"
@@ -39,7 +39,7 @@ jobs:
3939
timeout-minutes: 20
4040
env:
4141
ADMIN_PASSWORD: 'admin'
42-
PDPGSQL_VERSION: ${{ github.event.inputs.pdpgsql_version || '16' }}
42+
PDPGSQL_VERSION: ${{ github.event.inputs.pdpgsql_version || '17' }}
4343
PMM_IMAGE: ${{ github.event.inputs.pmm_server_image || 'perconalab/pmm-server:3-dev-latest' }}
4444
PMM_QA_BRANCH: ${{ github.event.inputs.pmm_qa_branch || 'v3' }}
4545
PMM_UI_BRANCH: ${{ github.event.inputs.pmm_ui_tests_branch || 'v3' }}

0 commit comments

Comments
 (0)