Skip to content

Commit

Permalink
PMM-12943 debian12 bookworm testing for pmm-client
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Feb 16, 2024
1 parent 5e68457 commit 950ec99
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 950ec99

Please sign in to comment.