From 6221e6db5cc0c4869c3535a2f00508968f2c32b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20Ko=CC=88bler?= Date: Mon, 21 Oct 2024 20:01:26 +0200 Subject: [PATCH] improve info about version compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #163 Signed-off-by: Niko KoĢˆbler --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb2ccfd..7d6ae46 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,8 @@ A [Testcontainers](https://www.testcontainers.org/) implementation for [Keycloak ## IMPORTANT!!! -> This version branch (3.x) only handles Keycloak from version **22.x** and up, as there are major changes coming with this release. -> See also the [blog post](https://www.keycloak.org/2023/07/keycloak-2200-released.html). -> See also [compatibility matrix](#testcontainers--keycloak-version-compatiblity) +> This version branch (3.x) only handles Keycloak from version **22.x** and up, as there are major changes coming with this release (see the [blog post](https://www.keycloak.org/2023/07/keycloak-2200-released.html)). +> See also [compatibility matrix](#testcontainers--keycloak-version-compatiblity). > For older Keycloak versions (until 21.x), see [version 2.x branch](https://github.com/dasniko/testcontainers-keycloak/tree/v2). ## How to use