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 <Salaboy@gmail.com>
This commit is contained in:
salaboy 2025-09-12 10:13:16 +01:00 committed by GitHub
parent ac073e209d
commit 9b5196fb00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -53,13 +53,13 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
java: [ 17 ] java: [ 17 ]
spring-boot-version: [ 3.4.3 ] spring-boot-version: [ 3.5.5 ]
spring-boot-display-version: [ 3.4.x ] spring-boot-display-version: [ 3.5.x ]
experimental: [ false ] experimental: [ false ]
include: include:
- java: 17 - java: 17
spring-boot-version: 3.3.9 spring-boot-version: 3.4.9
spring-boot-display-version: 3.3.x spring-boot-display-version: 3.4.x
experimental: false experimental: false
env: env:
GOVER: "1.20" GOVER: "1.20"