Skip to content

Commit

Permalink
Add support for testing Nginx 1.26 as container as openshift (#298)
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored Jun 6, 2024
1 parent 0fc8ddf commit 36c9ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:
strategy:
fail-fast: false
matrix:
version: [ "1.20", "1.22", "1.22-micro", "1.24" ]
version: [ "1.20", "1.22", "1.22-micro", "1.24", "1.26" ]
os_test: [ "fedora", "rhel7", "rhel8", "rhel9", "c9s", "rhel9-unsubscribed" ]
test_case: [ "container" ]

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:
strategy:
fail-fast: false
matrix:
version: [ "1.20", "1.22", "1.22-micro", "1.24" ]
version: [ "1.20", "1.22", "1.22-micro", "1.24", "1.26" ]
os_test: [ "rhel7", "rhel8", "rhel9" ]
test_case: [ "openshift-4" ]
steps:
Expand Down

0 comments on commit 36c9ea2

Please sign in to comment.