From c8bbca372380462bd4d6ef3e45a1806041751f1a Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Fri, 9 Aug 2024 12:16:37 +0200 Subject: [PATCH] This commit allows testing Perl 5.40 on C10S Signed-off-by: Petr "Stone" Hracek --- .github/workflows/container-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |