Skip to content

Commit 88a3bc7

Browse files
committed
(gha) Test installing openvox build artifacts for debian 13
(first available in openvox 8.17.0)
1 parent b733088 commit 88a3bc7

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/pr_testing_install_build_artifact.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,20 @@ jobs:
3636
strategy:
3737
matrix:
3838
image:
39-
- almalinux:8
40-
- almalinux:9
41-
- rockylinux:8
42-
- rockylinux:9
43-
- debian:10
44-
- debian:11
45-
- debian:12
46-
- fedora:42
47-
- ubuntu:24.04
39+
- ["almalinux:8"]
40+
- ["almalinux:9"]
41+
- ["rockylinux:8"]
42+
- ["rockylinux:9"]
43+
- ["debian:10"]
44+
- ["debian:11"]
45+
- ["debian:12"]
46+
- ["debian:13", "8.17.0"]
47+
- ["fedora:42"]
48+
- ["ubuntu:24.04"]
4849
# Need to pull in the repo GPG keys for sles
4950
# - registry.suse.com/suse/sle15:15.6
5051
runs-on: ubuntu-latest
51-
container: ${{ matrix.image }}
52+
container: ${{ matrix.image[0] }}
5253
steps:
5354
- uses: actions/checkout@v4
5455
with:
@@ -58,7 +59,7 @@ jobs:
5859
- name: Run openvox-agent install task manually
5960
env:
6061
PT__installdir: ${{ github.workspace }}
61-
PT_version: "8.15.0"
62+
PT_version: ${{ matrix.image[1] || "8.15.0" }}
6263
run: ./openvox_bootstrap/tasks/install_build_artifact_linux.sh
6364
- name: Verify openvox-agent is installed
6465
shell: bash

0 commit comments

Comments
 (0)