Removed java 25 support. Gradlew isn't supporting this yet.

This commit is contained in:
2026-05-10 22:11:18 +02:00
parent 90e3b7110a
commit 502f22cea3
+1 -1
View File
@@ -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: