Switch to building the project with Java 25
Some checks failed
Java CI with Gradle / build (25) (push) Failing after 8s
Java CI with Maven / build (25) (push) Successful in 2m8s

Closes gh-2101
This commit is contained in:
Stéphane Nicoll 2025-10-14 12:35:15 +02:00
parent 7deaa78575
commit 6feeae0f13
7 changed files with 9 additions and 9 deletions

View file

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