Fixed java 25 not supposrted

This commit is contained in:
lieght
2025-09-28 21:49:26 +02:00
committed by Bas Antonius de Jong
parent a94d83292e
commit 233ef78e7a

View File

@@ -18,7 +18,7 @@ jobs:
fetch-depth: 0 # Fix for incremental formatting fetch-depth: 0 # Fix for incremental formatting
- uses: actions/setup-java@v5 - uses: actions/setup-java@v5
with: with:
java-version: '24' java-version: '25'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Run Format Check - name: Run Format Check
@@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- uses: actions/setup-java@v5 - uses: actions/setup-java@v5
with: with:
java-version: '24' java-version: '25'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Run Unittests - name: Run Unittests