From a41808920f3101d49a3fb83d5284255acbfaed4c Mon Sep 17 00:00:00 2001 From: ascopes <73482956+ascopes@users.noreply.github.com> Date: Sun, 15 Oct 2023 08:38:26 +0100 Subject: [PATCH] Update README.md to show Java 22 support Signed-off-by: ascopes <73482956+ascopes@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af3a0b864..731461504 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Java 11+](https://img.shields.io/badge/Java-11--21-brown?logo=openjdk) +![Java 11+](https://img.shields.io/badge/Java-11--22-brown?logo=openjdk) [![Build Status](https://github.com/ascopes/java-compiler-testing/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/ascopes/java-compiler-testing/actions/workflows/build.yml) [![Maven Central](https://img.shields.io/maven-central/v/io.github.ascopes.jct/java-compiler-testing)](https://repo1.maven.org/maven2/io/github/ascopes/jct/java-compiler-testing) [![Code Coverage](https://codecov.io/gh/ascopes/java-compiler-testing/branch/main/graph/badge.svg?token=VT74BP2742)](https://codecov.io/gh/ascopes/java-compiler-testing)