diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51404183ab4d..90c6050ad43a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: matrix: include: - { java-version: 25.0.2, cache: 'true', cleanup-node: true } - - { java-version: 26-ea, cache: 'restore', cleanup-node: true } + - { java-version: 26, cache: 'restore', cleanup-node: true } - { java-version: 27-ea, cache: 'restore', cleanup-node: true } timeout-minutes: 45 steps: