Skip to content

Commit

Permalink
add pg 15.1 as choice (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
beatahandzelova authored Jan 9, 2023
1 parent b812869 commit 02c87bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmm/aws-staging-start.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pipeline {
description: "Which version of PostgreSQL",
name: 'PGSQL_VERSION')
choice(
choices: ['15.0','14.4','14.3','14.2', '14.1', '14.0', '13.7', '13.6', '13.4', '13.2', '13.1', '12.11', '12.10', '12.8', '11.16', '11.15', '11.13'],
choices: ['15.1','15.0','14.4','14.3','14.2', '14.1', '14.0', '13.7', '13.6', '13.4', '13.2', '13.1', '12.11', '12.10', '12.8', '11.16', '11.15', '11.13'],
description: 'Percona Distribution for PostgreSQL',
name: 'PDPGSQL_VERSION')
choice(
Expand Down

0 comments on commit 02c87bf

Please sign in to comment.