From 9b5196fb00476c6cbc576194f01165d4f68fc251 Mon Sep 17 00:00:00 2001 From: salaboy Date: Fri, 12 Sep 2025 10:13:16 +0100 Subject: [PATCH] Update Spring Boot Matrix 3.5.x and 3.4.x Updating spring boot matrix to test with 3.5 and 3.4, remove 3.3 Signed-off-by: salaboy --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d587cef64..db97510c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,13 +53,13 @@ jobs: fail-fast: false matrix: java: [ 17 ] - spring-boot-version: [ 3.4.3 ] - spring-boot-display-version: [ 3.4.x ] + spring-boot-version: [ 3.5.5 ] + spring-boot-display-version: [ 3.5.x ] experimental: [ false ] include: - java: 17 - spring-boot-version: 3.3.9 - spring-boot-display-version: 3.3.x + spring-boot-version: 3.4.9 + spring-boot-display-version: 3.4.x experimental: false env: GOVER: "1.20"