diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index e54521b..087bce8 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -12,8 +12,8 @@ jobs: strategy: fail-fast: false matrix: - version: [ "5.26", "5.26-mod_fcgid", "5.30", "5.32", "5.34", "5.36", "5.38" ] - os_test: [ "fedora", "rhel8", "rhel9", "c9s" ] + version: [ "5.26", "5.26-mod_fcgid", "5.30", "5.32", "5.34", "5.36", "5.38", "5.40" ] + os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ] test_case: [ "container" ] if: |