Skip to content

Commit

Permalink
Enable testing nginx-container on RHEL10 host.
Browse files Browse the repository at this point in the history
No code is modified or broken.

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jan 14, 2025
1 parent 31fe112 commit 57ea63c
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 @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version: [ "1.20", "1.22", "1.22-micro", "1.24", "1.26" ]
os_test: [ "fedora", "rhel8", "rhel9", "c9s", "c10s", "rhel9-unsubscribed" ]
os_test: [ "fedora", "rhel8", "rhel9", "rhel10", "c9s", "c10s", "rhel9-unsubscribed" ]
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: [ "1.20", "1.22", "1.22-micro", "1.24", "1.26" ]
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 @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
version: [ "1.20", "1.22", "1.22-micro", "1.24", "1.26" ]
os_test: [ "rhel8", "rhel9" ]
os_test: [ "rhel8", "rhel9", "rhel10" ]
test_case: [ "openshift-4" ]
steps:
- uses: sclorg/tfaga-wrapper@main
Expand Down

0 comments on commit 57ea63c

Please sign in to comment.