diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a9f2589..cade211f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ '11', '21' ] + java: [ '21', '25' ] scala: [ '2.13.x' ] steps: - name: Checkout current branch