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