diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa2946ea657..f32aaaab201 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: checks: write strategy: matrix: - java: [ '17', '21' ] + java: [ '17', '21', '25' ] steps: - uses: actions/checkout@v5 - uses: ./.github/actions/setup-build