Skip to content

Commit

Permalink
CI: JDK 20 is now GA.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Apr 4, 2023
1 parent d782e6a commit 3b97267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK.
java: [ 11, 17, 19, 20-ea ]
java: [ 11, 17, 20, 21-ea ]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 3b97267

Please sign in to comment.