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 dd6252a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -13,14 +13,14 @@ 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
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.11.0
with:
distribution: temurin
distribution: adopt
java-version: ${{ matrix.java }}
- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down

0 comments on commit dd6252a

Please sign in to comment.