mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 11:25:30 -04:00
ci: test with Java 21
This commit is contained in:
parent
f346203cd6
commit
de745e9c81
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# build against supported Java LTS versions:
|
# build against supported Java LTS versions:
|
||||||
java: [ 8, 11, 17 ]
|
java: [ 8, 11, 17, 21 ]
|
||||||
name: Java ${{ matrix.java }}
|
name: Java ${{ matrix.java }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -24,7 +24,7 @@ Project goals include:
|
|||||||
* No external dependencies
|
* No external dependencies
|
||||||
* Fast execution and low memory footprint
|
* Fast execution and low memory footprint
|
||||||
* Maintain backward compatibility
|
* 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.
|
The files in this package implement JSON encoders and decoders. The package can also convert between JSON and XML, HTTP headers, Cookies, and CDL.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user