diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 14f249f85..f125faa6e 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: version: [ "7.3", "7.4", "8.0", "8.1", "8.2" ] - os_test: [ "fedora", "rhel8", "rhel9", "c9s"] + os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s"] test_case: [ "container" ] if: |