diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92648e99..3634f483 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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