Skip to content

Commit

Permalink
This pull request only enables testing perl container on RHEL10 host
Browse files Browse the repository at this point in the history
No code is changed only GitHub Action itself

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jan 17, 2025
1 parent 14f3ce4 commit 7488aea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
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" ]
os_test: [ "fedora", "rhel8", "rhel9", "rhel10", "c9s", "c10s" ]
test_case: [ "container" ]

if: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
version: [ "5.26", "5.26-mod_fcgid", "5.30-mod_fcgid", "5.32" ]
os_test: [ "rhel8", "rhel9"]
os_test: [ "rhel8", "rhel9", "rhel10" ]
test_case: [ "openshift-pytest" ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
version: [ "5.26", "5.26-mod_fcgid", "5.30", "5.32", "5.34", "5.36", "5.38" ]
os_test: [ "rhel8", "rhel9"]
os_test: [ "rhel8", "rhel9", "rhel10" ]
test_case: [ "openshift-4" ]

steps:
Expand Down

0 comments on commit 7488aea

Please sign in to comment.