5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-11 05:21:07 +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:
- uses: actions/checkout@v6
- name: Set up JDK 17
- name: Set up JDK 25
uses: actions/setup-java@v5
with:
java-version: '17'
java-version: '25'
distribution: 'temurin'
cache: maven
- name: Build with Maven