From e34abfa83574cf4f385d8586fb9656b48b90b9df Mon Sep 17 00:00:00 2001 From: JGStew Date: Wed, 19 Jun 2024 01:02:23 -0400 Subject: [PATCH] tweak docker qna tests --- .github/workflows/test_run_qna.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_run_qna.yaml b/.github/workflows/test_run_qna.yaml index edf992f..986f1b8 100644 --- a/.github/workflows/test_run_qna.yaml +++ b/.github/workflows/test_run_qna.yaml @@ -17,13 +17,14 @@ env: relevance: ( (it as string) of operating system ; (it as string) of version of client ; elements of it ) of sets of pathnames of (files of it; folders of it) of folders ("/tmp";"/Windows/Temp") jobs: - test_run_qna_docker: + test_run_qna_docker_rhel_family: runs-on: ubuntu-latest strategy: matrix: container-image: [ "redhat/ubi8:latest", + "redhat/ubi9:latest", "almalinux:latest", "oraclelinux:9", "rockylinux:9",