Update version target range

This commit is contained in:
Joseph Garrone
2024-10-04 12:17:08 +02:00
parent 3d1d2e316b
commit 39ad1eb8d1
4 changed files with 2431 additions and 11 deletions

View File

@ -75,9 +75,9 @@ export function getKeycloakVersionRangeForJar(params: {
}
switch (keycloakThemeAdditionalInfoExtensionVersion) {
case null:
return "21-and-below";
return "all-other-versions";
case "1.1.5":
return "22-and-above";
return "22-to-25";
}
assert<Equals<typeof keycloakThemeAdditionalInfoExtensionVersion, never>>(
false