From be114a8aac7f0adabecc0777716a55cd47391701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Thu, 14 Apr 2022 17:19:39 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a53bc59..29492c0 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ * **Ease of use**: With an intuitive, reliable and stable API, flacoco can be easily used in other projects such as automated program repair tools. * **Compatibility**: * Supports JUnit3, JUnit4 and JUnit5. - * Supports Java 1 to Java 17 bytecode. - * Runs on Java 8 to Java 17. + * Supports Java 1 to Java 18 bytecode. + * Runs on Java 8 to Java 18. * Runs on Linux, MacOS and Windows. * **Stability**: Tests are executed in an isolated JVM.