From 36c9ea2706a9d436b3eaa818670478477da85a8b Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Thu, 6 Jun 2024 12:58:46 +0200 Subject: [PATCH] Add support for testing Nginx 1.26 as container as openshift (#298) Signed-off-by: Petr "Stone" Hracek --- .github/workflows/container-tests.yml | 2 +- .github/workflows/openshift-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 90012526..ce6e2cc9 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -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" ] diff --git a/.github/workflows/openshift-tests.yml b/.github/workflows/openshift-tests.yml index 68a291cf..d21493de 100644 --- a/.github/workflows/openshift-tests.yml +++ b/.github/workflows/openshift-tests.yml @@ -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: