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: |