From 429c4dca07a5165c9bf0dc467f821bfa2537b8a1 Mon Sep 17 00:00:00 2001 From: AsamK Date: Thu, 18 Sep 2025 21:45:15 +0200 Subject: [PATCH] Update CI build to Java 25 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23e19225..9c10447d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '21', '24' ] + java: [ '21', '25' ] steps: - uses: actions/checkout@v4