feat(#559): update to Java 25 (#560)

This commit is contained in:
Daniel Graf
2025-12-17 17:15:51 +01:00
committed by GitHub
parent f32dcc6b23
commit c45e6afdb9
4 changed files with 6 additions and 6 deletions

View File

@@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 24
- name: Set up JDK 25
uses: actions/setup-java@v4
with:
java-version: '24'
java-version: '25'
distribution: 'temurin'
cache: maven
- name: Generate acknowledgments data

View File

@@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 24
- name: Set up JDK 25
uses: actions/setup-java@v4
with:
java-version: '24'
java-version: '25'
distribution: 'temurin'
cache: maven
- name: Install dependencies for acknowledgments script

View File

@@ -1,4 +1,4 @@
FROM eclipse-temurin:24.0.2_12-jre-alpine
FROM eclipse-temurin:25-jre-alpine-3.22
LABEL maintainer="dedicatedcode"
LABEL org.opencontainers.image.source="https://github.com/dedicatedcode/reitti"

View File

@@ -14,7 +14,7 @@
<name>reitti</name>
<description>Reitti application</description>
<properties>
<java.version>24</java.version>
<java.version>25</java.version>
<argLine/>
<testcontainers.version>2.0.2</testcontainers.version>
</properties>