diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da2122f1..cbbbbd7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '25' ] + java: [ '25', '26' ] steps: - uses: actions/checkout@v6