From fae5d62b07e03691ce037d655ee65ddd7f9e2e94 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Wed, 8 Jan 2025 13:52:48 -0500 Subject: [PATCH] Add OpenShift 4.16 & 4.17 to conformance testing Signed-off-by: Scott Rigby --- .github/workflows/conformance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index 8533a3aa..be9c35a5 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -169,7 +169,7 @@ jobs: strategy: matrix: # Keep this list up-to-date with https://endoflife.date/red-hat-openshift - OPENSHIFT_VERSION: [ 4.15.0-okd ] + OPENSHIFT_VERSION: [ 4.15.0-okd, 4.16.0-okd, 4.17.0-okd ] fail-fast: false steps: - name: Checkout