ci: test with Java 21

This commit is contained in:
Yeikel
2023-10-16 12:38:42 -04:00
committed by yeikel
parent f346203cd6
commit de745e9c81
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ Project goals include:
* No external dependencies
* Fast execution and low memory footprint
* Maintain backward compatibility
* Designed and tested to use on Java versions 1.6 - 1.11
* Designed and tested to use on Java versions 1.8 - 21
The files in this package implement JSON encoders and decoders. The package can also convert between JSON and XML, HTTP headers, Cookies, and CDL.