diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac742c77ed..e13b2ffcc4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: matrix: cache: [maven] distribution: [temurin] - java: [17, 21, 22, 23-ea] + java: [17, 21, 23, 24-ea] os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false max-parallel: 4