From e55d56d4a2ddfa2ba3e0098dfb80d8f2f339abf1 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Mon, 29 Jul 2024 09:11:24 +0200 Subject: [PATCH] Allow testing CentOS Stream 10 for redis 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 ac5c645..9bb60a6 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: version: [ "6", "7" ] - os_test: [ "fedora", "rhel8", "rhel9", "c9s" ] + os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ] test_case: [ "container" ] if: |