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

This commit is contained in:
Speiger 2026-05-10 22:10:43 +02:00
parent 90e3b7110a
commit 502f22cea3

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: