From 57227f9544e145f76bcacc972a782054e5768bd8 Mon Sep 17 00:00:00 2001 From: "D. Can Celasun" Date: Thu, 16 Oct 2025 18:04:50 +0100 Subject: [PATCH] chore: Switch to GraalVM 25 JDK 25 is the new LTS after 21. --- .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 b437e55d..ebf476a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - JAVA_VERSION: 21 + JAVA_VERSION: 25 DOCKER_BUILD_SUMMARY: false jobs: