Exclude Keycloak 22 from test panel

This commit is contained in:
Joseph Garrone
2024-06-11 17:12:12 +02:00
parent dd1ed948ec
commit 5e13b8c41f
2 changed files with 7 additions and 1 deletions

View File

@ -160,6 +160,7 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
const { keycloakVersion } = await promptKeycloakVersion({
startingFromMajor: 18,
excludeMajorVersions: [22],
cacheDirPath: buildContext.cacheDirPath
});