From 502f22cea310a47d2edb2a9e33070bb7f72bbc06 Mon Sep 17 00:00:00 2001 From: Speiger Date: Sun, 10 May 2026 22:10:43 +0200 Subject: [PATCH] Removed java 25 support. Gradlew isn't supporting this yet. --- .github/workflows/build_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_action.yml b/.github/workflows/build_action.yml index 2919f04..62efb01 100644 --- a/.github/workflows/build_action.yml +++ b/.github/workflows/build_action.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - jdk: [8, 11, 17, 20, 21, 25] + jdk: [8, 11, 17, 20, 21] runs-on: ubuntu-latest steps: