mirror of https://github.com/dapr/java-sdk.git
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:
parent
ac073e209d
commit
9b5196fb00
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue