From a2705ed78e5f34d2e920a95094d43bbc7504b10b Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Wed, 2 Oct 2024 10:12:25 +0200 Subject: [PATCH] Remove EOL image 2.7 and add new images 3.12 for UBI8 and UBI9 Signed-off-by: Petr "Stone" Hracek --- .github/workflows/openshift-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openshift-tests.yml b/.github/workflows/openshift-tests.yml index 06c4ae2a7..ec71bbaea 100644 --- a/.github/workflows/openshift-tests.yml +++ b/.github/workflows/openshift-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - version: [ "2.7-ubi8", "3.6-ubi8", "3.9-ubi8", "3.11-ubi8", "3.9-ubi9", "3.11-ubi9" ] + version: [ "3.6-ubi8", "3.9-ubi8", "3.11-ubi8", "3.12-ubi8", "3.9-ubi9", "3.11-ubi9", "3.12-ubi9" ] if: | github.event.issue.pull_request