From d7f11973a044d77680c5d78e4ef0967efb151560 Mon Sep 17 00:00:00 2001 From: Christian Berger Date: Sat, 27 Apr 2024 10:20:14 +0200 Subject: [PATCH] docs(README): Compatibility section improved --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e0033f..72b3ec4 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,12 @@ Quarkus [WireMock](https://wiremock.org) extension for tests and local developme ## Compatibility -This Quarkus ``WireMock`` extension provides different version streams. +Currently, this Quarkus extension supports the `LTS` streams of Quarkus only. +However, it's most likely that this extension will work with the latest and greatest version of `Quarkus` as well. | Quarkus WireMock | WireMock | Quarkus Platform | Documentation | |------------------|----------|-------------------|---------------------------------------------------------------------------------------------------------------------| -| 1.x.x | 3.x | 3.8.x (LTS) | [Quarkiverse Docs - Wiremock (dev)](https://quarkiverse.github.io/quarkiverse-docs/quarkus-wiremock/dev/index.html) | +| 1.x.x | 3.x | 3.8.x (LTS) | [Quarkiverse Docs](https://quarkiverse.github.io/quarkiverse-docs/quarkus-wiremock/dev/index.html) | ## 🚀 Quarkus WireMock Extension in Action