Skip to content

Commit ee28e9c

Browse files
committed
Enable building and testing NodeJS containers in RHEL10 host.
No code is changed. Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 4fa947d commit ee28e9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/container-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version: [ "18", "18-minimal", "20", "20-minimal", "22", "22-minimal" ]
17-
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ]
17+
os_test: [ "fedora", "rhel8", "rhel9", "rhel10", "c9s", "c10s" ]
1818
test_case: [ "container" ]
1919

2020
if: |

.github/workflows/openshift-pytests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
version: [ "16", "16-minimal", "18", "18-minimal", "20", "20-minimal" ]
31-
os_test: [ "rhel8", "rhel9"]
30+
version: [ "16", "16-minimal", "18", "18-minimal", "20", "20-minimal", "22", "22-minimal" ]
31+
os_test: [ "rhel8", "rhel9", "rhel10" ]
3232
test_case: [ "openshift-pytest" ]
3333

3434
steps:

.github/workflows/openshift-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
version: [ "18", "18-minimal", "20", "20-minimal" ]
31-
os_test: [ "rhel8", "rhel9"]
30+
version: [ "18", "18-minimal", "20", "20-minimal", "22", "22-minimal" ]
31+
os_test: [ "rhel8", "rhel9", "rhel10" ]
3232
test_case: [ "openshift-4" ]
3333

3434
steps:

0 commit comments

Comments
 (0)