From ae4a2d26354d808c33d26e68faa12b4996b3d654 Mon Sep 17 00:00:00 2001 From: GGoetzelmann <31686246+ggoetzelmann@users.noreply.github.com> Date: Wed, 3 Dec 2025 07:35:54 +0100 Subject: [PATCH] Update JDK versions in plugin integration workflow Added workflow for 25 (latest LTS version) --- .github/workflows/plugin-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin-integration.yml b/.github/workflows/plugin-integration.yml index 7b6b2ee..1d49ca6 100644 --- a/.github/workflows/plugin-integration.yml +++ b/.github/workflows/plugin-integration.yml @@ -11,7 +11,7 @@ jobs: matrix: operating-system: [ubuntu-latest] # Use both LTS releases and latest one for tests - versions: [ { jdk: 17, mapping-service: v1.0.5 }, { jdk: 21, mapping-service: latest } ] + versions: [ { jdk: 17, mapping-service: v1.0.5 }, { jdk: 21, mapping-service: latest }, { jdk: 25, mapping-service: latest } ] steps: - name: Checkout repository @@ -52,7 +52,7 @@ jobs: matrix: operating-system: [ubuntu-latest] # Use both LTS releases and latest one for tests - versions: [ { jdk: 17, mapping-service: v1.0.5 }, { jdk: 21, mapping-service: latest } ] + versions: [ { jdk: 17, mapping-service: v1.0.5 }, { jdk: 21, mapping-service: latest }, { jdk: 25, mapping-service: latest } ] needs: build steps: - name: Checkout repository