diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c221ff8fc..5e176c0aab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,8 +28,8 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - java: [11, 17, 20, 21-ea] - distribution: ['zulu'] + java: [11, 17, 21, 22-ea] + distribution: ['temurin'] fail-fast: false max-parallel: 5 name: Test JDK ${{ matrix.java }}, ${{ matrix.os }} diff --git a/pom.xml b/pom.xml index cb7036fcf7..ee104868be 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,8 @@ 5.9.1 + 0.8.11 + 1684481211