Skip to content

Commit

Permalink
Enable building and testing NodeJS containers in RHEL10 host.
Browse files Browse the repository at this point in the history
No code is changed.

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Jan 21, 2025
1 parent 4fa947d commit ee28e9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version: [ "18", "18-minimal", "20", "20-minimal", "22", "22-minimal" ]
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s" ]
os_test: [ "fedora", "rhel8", "rhel9", "rhel10", "c9s", "c10s" ]
test_case: [ "container" ]

if: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openshift-pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "16", "16-minimal", "18", "18-minimal", "20", "20-minimal" ]
os_test: [ "rhel8", "rhel9"]
version: [ "16", "16-minimal", "18", "18-minimal", "20", "20-minimal", "22", "22-minimal" ]
os_test: [ "rhel8", "rhel9", "rhel10" ]
test_case: [ "openshift-pytest" ]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "18", "18-minimal", "20", "20-minimal" ]
os_test: [ "rhel8", "rhel9"]
version: [ "18", "18-minimal", "20", "20-minimal", "22", "22-minimal" ]
os_test: [ "rhel8", "rhel9", "rhel10" ]
test_case: [ "openshift-4" ]

steps:
Expand Down

0 comments on commit ee28e9c

Please # to comment.