From ac12234c1e0e48e07dd424cb06fbecd9c761c12c Mon Sep 17 00:00:00 2001 From: Eric Yap Date: Mon, 21 Jul 2025 11:40:41 +0800 Subject: [PATCH] Remove 9.1 from 9.2 lazy rollover exception --- integrationservertest/upgrade-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integrationservertest/upgrade-config.yaml b/integrationservertest/upgrade-config.yaml index 212941daebd..5d1ec26129b 100644 --- a/integrationservertest/upgrade-config.yaml +++ b/integrationservertest/upgrade-config.yaml @@ -14,5 +14,4 @@ lazy-rollover-with-exceptions: 8.19: 9.0: 9.1: - 9.2: - - "9.1" \ No newline at end of file + 9.2: \ No newline at end of file