diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0dcfab4c0ab..a07e83d59b05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: matrix: include: - { java-version: 23, cache: 'restore', cleanup-node: true } + - { java-version: 24-ea, cache: 'restore', cleanup-node: true } timeout-minutes: 45 steps: - uses: actions/checkout@v4