mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Fixed java 25 not supposrted
This commit is contained in:
committed by
Bas Antonius de Jong
parent
a94d83292e
commit
233ef78e7a
4
.github/workflows/checks.yaml
vendored
4
.github/workflows/checks.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user