From 2f5c7386e5150da0404c6921b88d7c5fbd157aa0 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Fri, 26 Jul 2024 12:12:34 +0200 Subject: [PATCH] This pull request enables testing mariadb on CentOS Stream 10 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 b49dbd9..4e7ebb0 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: version: [ "10.3", "10.5", "10.11" ] - os_test: [ "fedora", "rhel8", "rhel9", "c9s"] + os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ] test_case: [ "container" ] if: |