Skip to content

Commit 5a3a07e

Browse files
Add up to version 18
1 parent 76af6a8 commit 5a3a07e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 2
1515
strategy:
1616
matrix:
17-
java: [ '8', '11', '17' ]
17+
java: [ '8', '11', '17', '18' ]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: Set up JDK

SupportedJVMs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# List of currently supported JVMs
22

3-
* Sun/Oracle Hotspot VM, versions 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 9 to 16
4-
* OpenJDK 6, 7, 8, 9 to 16
3+
* Sun/Oracle Hotspot VM, versions 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 9 to 18
4+
* OpenJDK 6, 7, 8, 9 to 18
55
* Android API level 8 to 30 (Serialization support starting from Honeycomb)
66
* Azul Zulu (tested on 1.8.0_45-b14)
77
* Azul Zing JDK 1.8 (tested on 1.8.0-zing_16.10.1.0-b2)

0 commit comments

Comments
 (0)