Skip to content

Commit

Permalink
PMM-7 fix pgss (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv authored Oct 25, 2024
1 parent 6b0ccdb commit ab9d514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmm-tests/pmm-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ if [[ -z "${ms_version}" ]]; then ms_version="8.0"; fi
if [[ -z "${md_version}" ]]; then md_version="10.5"; fi
if [[ -z "${mo_version}" ]]; then mo_version="7.0"; fi
if [[ -z "${modb_version}" ]]; then modb_version="7.0"; fi
if [[ -z "${pgsql_version}" ]]; then pgsql_version="16";fi
if [[ -z "${pgsql_version}" ]]; then pgsql_version="17";fi
if [[ -z "${pdpgsql_version}" ]]; then pdpgsql_version="17"; fi
if [[ -z "${pxc_version}" ]]; then pxc_version="8.0"; fi
Expand Down

0 comments on commit ab9d514

Please sign in to comment.