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
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue