Update CI build to Java 25

This commit is contained in:
AsamK 2025-09-18 21:45:15 +02:00
parent 52d818be45
commit 429c4dca07

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '21', '24' ]
java: [ '21', '25' ]
steps:
- uses: actions/checkout@v4