Skip to content

Commit e9d17bb

Browse files
committed
Enable testing ruby-container on RHEL10 host.
The code is not changed only GitHub Action. Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent a887fa0 commit e9d17bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/container-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version: [ "2.5", "3.0", "3.1", "3.3" ]
16-
os_test: [ "fedora", "rhel8", "rhel9", "c10s" ]
16+
os_test: [ "fedora", "rhel8", "rhel9", "rhel10", "c10s" ]
1717
test_case: [ "container" ]
1818

1919
if: |

.github/workflows/openshift-pytests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
version: [ "2.5", "3.0", "3.1", "3.3" ]
31-
os_test: [ "rhel8", "rhel9"]
31+
os_test: [ "rhel8", "rhel9", "rhel10" ]
3232
test_case: [ "openshift-pytest" ]
3333

3434
steps:

.github/workflows/openshift-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
version: [ "2.5", "3.0", "3.1", "3.3" ]
31-
os_test: [ "rhel8", "rhel9"]
31+
os_test: [ "rhel8", "rhel9", "rhel10" ]
3232
test_case: [ "openshift-4" ]
3333

3434
steps:

0 commit comments

Comments
 (0)