Skip to content

Commit

Permalink
Merge pull request #5 from Skillkiller/jdk-21
Browse files Browse the repository at this point in the history
Add new JDK version 21
  • Loading branch information
zekroTJA authored Aug 5, 2024
2 parents 350fca9 + 0e9b067 commit 5673eb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "11"
- "16"
- "17"
- "21"
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ Version `1.17` (not `1.17.X`) is only executable with Java 16 (no LTS).

### JDK-17
- 1.17.1
- 1.18
- 1.19
- 1.20

### JDK-21
- 1.20
- 1.21

## Build Caching?

Expand Down

0 comments on commit 5673eb9

Please sign in to comment.