We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78c655 commit a7d426aCopy full SHA for a7d426a
.github/workflows/build.yml
@@ -53,13 +53,13 @@ jobs:
53
fail-fast: false
54
matrix:
55
java: [ 17 ]
56
- spring-boot-version: [ 3.4.3 ]
57
- spring-boot-display-version: [ 3.4.x ]
+ spring-boot-version: [ 3.5.4 ]
+ spring-boot-display-version: [ 3.5.x ]
58
experimental: [ false ]
59
include:
60
- java: 17
61
- spring-boot-version: 3.3.9
62
- spring-boot-display-version: 3.3.x
+ spring-boot-version: 3.4.9
+ spring-boot-display-version: 3.4.x
63
experimental: false
64
env:
65
GOVER: "1.20"
0 commit comments