diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 8c6261f..ec99328 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -12,8 +12,8 @@ jobs: strategy: fail-fast: false matrix: - version: [ "8.0" ] - os_test: [ "fedora", "rhel8", "rhel9", "c9s" ] + version: [ "8.0", "8.4" ] + os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ] test_case: [ "container" ] if: |