5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-11 13:31:02 +01:00

Fix workflow to use Java 25

This commit is contained in:
Anton Micke
2026-02-23 23:16:25 +01:00
parent 1c9d1cbd26
commit c83e62d604

View File

@@ -12,10 +12,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Set up JDK 17 - name: Set up JDK 25
uses: actions/setup-java@v5 uses: actions/setup-java@v5
with: with:
java-version: '17' java-version: '25'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Build with Maven - name: Build with Maven