Skip to content

Commit c8bbca3

Browse files
committed
This commit allows testing Perl 5.40 on C10S
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent f730dde commit c8bbca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
version: [ "5.26", "5.26-mod_fcgid", "5.30", "5.32", "5.34", "5.36", "5.38" ]
16-
os_test: [ "fedora", "rhel8", "rhel9", "c9s" ]
15+
version: [ "5.26", "5.26-mod_fcgid", "5.30", "5.32", "5.34", "5.36", "5.38", "5.40" ]
16+
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ]
1717
test_case: [ "container" ]
1818

1919
if: |

0 commit comments

Comments
 (0)