Skip to content

Commit de745e9

Browse files
committed
ci: test with Java 21
1 parent f346203 commit de745e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
# build against supported Java LTS versions:
18-
java: [ 8, 11, 17 ]
18+
java: [ 8, 11, 17, 21 ]
1919
name: Java ${{ matrix.java }}
2020
steps:
2121
- uses: actions/checkout@v3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Project goals include:
2424
* No external dependencies
2525
* Fast execution and low memory footprint
2626
* Maintain backward compatibility
27-
* Designed and tested to use on Java versions 1.6 - 1.11
27+
* Designed and tested to use on Java versions 1.8 - 21
2828

2929
The files in this package implement JSON encoders and decoders. The package can also convert between JSON and XML, HTTP headers, Cookies, and CDL.
3030

0 commit comments

Comments
 (0)