From e791c05a2c491fff6a3028d406f799f81a3c0059 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Mon, 1 Jul 2024 15:59:25 +0200 Subject: [PATCH] Add support for testing C10S Signed-off-by: Petr "Stone" Hracek --- .github/workflows/container-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 0c27d7e..71845cc 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os_test: [ "fedora", "rhel8", "rhel9", "c9s" ] + os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ] version: [ "core", "base" ] if: |