Skip to content

Commit 411f711

Browse files
authored
Merge pull request #803 from yeikel/patch-2
ci: test with Java 21
2 parents 7a85b51 + e9117db commit 411f711

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Project goals include:
2626
* No external dependencies
2727
* Fast execution and low memory footprint
2828
* Maintain backward compatibility
29-
* Designed and tested to use on Java versions 1.8 - 17
29+
* Designed and tested to use on Java versions 1.8 - 21
30+
3031

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

0 commit comments

Comments
 (0)