diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1382260f..be2a36ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,11 +67,10 @@ jobs: - 8 - 17 # LTS - 21 # LTS - - 23 # latest toolchain: [""] -# include: -# - java: 21 -# toolchain: 22 # latest + include: + - java: 21 + toolchain: 25 # LTS steps: - uses: actions/checkout@v4