Skip to content
Prev Previous commit
Next Next commit
Updates update version for ps
  • Loading branch information
saikumar-vs committed Jan 7, 2025
commit cdcf88b53b71bfa673804967644b1b36941295ba
2 changes: 1 addition & 1 deletion .github/workflows/PMM_PS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
PS_GLIBC: ${{ github.event.inputs.ps_glibc || '2.35' }}
PMM_IMAGE: ${{ github.event.inputs.pmm_image || 'perconalab/pmm-server:dev-latest' }}
PS_VERSION: ${{ github.event.inputs.ps_version || '8.0.33' }}
PS_VERSION: ${{ github.event.inputs.ps_version || '8.0.36' }}
steps:
- uses: actions/checkout@v2

Expand Down
Loading