Skip to content

Commit

Permalink
Merge pull request #639 from Percona-QA/PMM-12943-debian-12-pmm-client
Browse files Browse the repository at this point in the history
PMM-12943 debian 12 pmm client
  • Loading branch information
yurkovychv authored Feb 16, 2024
2 parents 5e68457 + 79a7f5e commit 1787f8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pmm-package-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ on:
options:
- bionic
- bullseye
- bookworm
- buster
- focal
- jammy
Expand Down Expand Up @@ -172,6 +173,9 @@ jobs:
fi
if [[ "${{ inputs.os }}" =~ "bullseye" ]]; then
echo "VM_BOX=generic/debian11" >> $GITHUB_ENV
fi
if [[ "${{ inputs.os }}" =~ "bookworm" ]]; then
echo "VM_BOX=generic/debian12" >> $GITHUB_ENV
fi
if [[ "${{ inputs.os }}" =~ "bionic" ]]; then
echo "VM_BOX=generic/ubuntu1804" >> $GITHUB_ENV
Expand Down

0 comments on commit 1787f8d

Please sign in to comment.