readme: update for Java 22 support

This commit is contained in:
Tudor Brindus 2024-06-02 21:16:33 -04:00 committed by GitHub
parent d6a3ff389d
commit 2b36e045c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,7 @@ Check out [**DMOJ/judge-server**](https://github.com/DMOJ/judge-server) for more
Supported languages include: Supported languages include:
* C++ 11/14/17/20 (GCC and Clang) * C++ 11/14/17/20 (GCC and Clang)
* C 99/11 * C 99/11
* Java 8-19 * Java 8-22
* Python 2/3 * Python 2/3
* PyPy 2/3 * PyPy 2/3
* Pascal * Pascal