Skip to content

Commit 2969752

Browse files
committed
Update check-samples.yml to Spring Boot 4.0.x
This updates the Spring Boot version matrix from 3.5.x to 4.0.x in order to verify the samples in Gradle. Signed-off-by: onobc <chris.bono@gmail.com>
1 parent 60aced2 commit 2969752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-samples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
matrix:
1212
include:
1313
- javaVersion: 17
14-
springBootVersion: "3.5.5"
14+
springBootVersion: "4.0.0-RC2"
1515
- javaVersion: 17
16-
springBootVersion: "3.5.0-SNAPSHOT"
16+
springBootVersion: "4.0.0-SNAPSHOT"
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)