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: